brintos

brintos / llvm-project-archived public Read only

0
0
Text · 381 B · 8ae0d83 Raw
15 lines · plain
1// RUN: llvm-mc -triple x86_64-pc-linux-gnu %s -filetype=obj -o - | llvm-readobj -r - | FileCheck %s2 3// Test that we can use .cfi_startproc without a global symbol.4 5.text6.space 10007.cfi_startproc8 .cfi_endproc9 10// CHECK:      Relocations [11// CHECK-NEXT:   Section ({{.*}}) .rela.eh_frame {12// CHECK-NEXT:     0x20 R_X86_64_PC32 .text 0x3E813// CHECK-NEXT:   }14// CHECK-NEXT: ]15