blob: 4b8bf051275f41cae373656b572825efb3709de0 [file] [edit]
# REQUIRES: amdgpu
# RUN: llvm-mc -triple amdgpu9.00-amd-amdhsa --amdhsa-code-object-version=4 -filetype=obj %s -o %t-0.o
# RUN: llvm-mc -triple amdgpu9.00-amd-amdhsa --amdhsa-code-object-version=5 -filetype=obj %s -o %t-1.o
# RUN: not ld.lld -shared %t-0.o %t-1.o -o /dev/null 2>&1 | FileCheck %s
# CHECK: ld.lld: error: incompatible ABI version: {{.*}}-1.o
.text
s_nop 0x0
s_endpgm