]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/ELF/amdgpu-elf-flags.s
Vendor import of lld trunk r338150:
[FreeBSD/FreeBSD.git] / test / ELF / amdgpu-elf-flags.s
1 # REQUIRES: amdgpu
2 # RUN: llvm-mc -triple amdgcn-amd-amdhsa -mcpu=gfx803 -filetype=obj %S/Inputs/amdgpu-kernel-0.s -o %t-0.o
3 # RUN: llvm-mc -triple amdgcn-amd-amdhsa -mcpu=gfx803 -filetype=obj %S/Inputs/amdgpu-kernel-1.s -o %t-1.o
4 # RUN: ld.lld -shared %t-0.o %t-1.o -o %t.so
5 # RUN: llvm-readobj -file-headers %t.so | FileCheck %s
6
7 # CHECK: Flags [
8 # CHECK:   EF_AMDGPU_MACH_AMDGCN_GFX803 (0x2A)
9 # CHECK: ]