brintos

brintos / llvm-project-archived public Read only

0
0
Text · 408 B · d7ce1d5 Raw
11 lines · plain
1# REQUIRES: amdgpu2# RUN: llvm-mc -triple amdgcn-amd-amdhsa -mcpu=gfx900 --amdhsa-code-object-version=4 -filetype=obj %s -o %t-0.o3# RUN: llvm-mc -triple amdgcn-amd-amdhsa -mcpu=gfx900 --amdhsa-code-object-version=5 -filetype=obj %s -o %t-1.o4# RUN: not ld.lld -shared %t-0.o %t-1.o -o /dev/null 2>&1 | FileCheck %s5 6# CHECK: ld.lld: error: incompatible ABI version: {{.*}}-1.o7 8.text9  s_nop 0x010  s_endpgm11