16 lines · plain
1// RUN: llvm-mc -filetype=obj -triple amdgcn-- -mcpu=kaveri -show-encoding %s | llvm-readobj -r - | FileCheck %s2 3// CHECK: Relocations [4// CHECK: .rel.eh_frame {5// CHECK: R_AMDGPU_REL32 .text6// CHECK: }7// CHECK: .rel.debug_frame {8// CHECK: R_AMDGPU_ABS64 .text9// CHECK: }10// CHECK: ]11 12kernel:13 .cfi_startproc14 .cfi_sections .debug_frame, .eh_frame15 s_endpgm16 .cfi_endproc