[ELF] Make SyntheticSection parameter order match InputSection
[llvm-project.git] / lld / test / ELF / amdgpu-abi-version-err.s
blobd7ce1d5e485aff533419a4505ed67c527eec6b2b
1 # REQUIRES: amdgpu
2 # RUN: llvm-mc -triple amdgcn-amd-amdhsa -mcpu=gfx900 --amdhsa-code-object-version=4 -filetype=obj %s -o %t-0.o
3 # RUN: llvm-mc -triple amdgcn-amd-amdhsa -mcpu=gfx900 --amdhsa-code-object-version=5 -filetype=obj %s -o %t-1.o
4 # RUN: not ld.lld -shared %t-0.o %t-1.o -o /dev/null 2>&1 | FileCheck %s
6 # CHECK: ld.lld: error: incompatible ABI version: {{.*}}-1.o
8 .text
9 s_nop 0x0
10 s_endpgm