aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/amdgpu-elf-flags.s
blob: 85f891a98364d72a2db17754e3e0129bdf84f92b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# RUN: llvm-mc -triple amdgcn-amd-amdhsa -mcpu=gfx803 -filetype=obj %S/Inputs/amdgpu-kernel-0.s -o %t-0.o
# RUN: llvm-mc -triple amdgcn-amd-amdhsa -mcpu=gfx803 -filetype=obj %S/Inputs/amdgpu-kernel-1.s -o %t-1.o
# RUN: ld.lld -shared %t-0.o %t-1.o -o %t.so
# RUN: llvm-readobj -file-headers %t.so | FileCheck %s

# REQUIRES: amdgpu

# CHECK: Flags [ (0x2)
# CHECK:   EF_AMDGPU_ARCH_GCN (0x2)
# CHECK: ]