mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-04 03:44:59 +00:00
3fdf3b1539
Differential Revision: https://reviews.llvm.org/D89076
11 lines
377 B
ArmAsm
11 lines
377 B
ArmAsm
# 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 --amdhsa-code-object-version=2 -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
|