summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/amdgpu-abi-version-err.s
blob: a670ec75bf1f0f7d656efee4424fd9fba62bafd2 (plain)
1
2
3
4
5
6
7
8
9
10
# REQUIRES: amdgpu
# RUN: llvm-mc -triple amdgcn-amd-amdhsa -mcpu=gfx900 -filetype=obj %s -o %t-0.o
# RUN: llvm-mc -triple amdgcn-amd-amdhsa -mcpu=gfx900 -mattr=-code-object-v3 -filetype=obj %s -o %t-1.o
# RUN: not ld.lld -shared %t-0.o %t-1.o -o %t.so 2>&1 | FileCheck %s

# CHECK: ld.lld: error: incompatible ABI version: {{.*}}-1.o

.text
  s_nop 0x0
  s_endpgm
OpenPOWER on IntegriCloud