brintos

brintos / llvm-project-archived public Read only

0
0
Text · 242 B · c1077f3 Raw
12 lines · plain
1// RUN: llvm-mc -triple x86_64-apple-macosx10.6 -filetype obj -o - %s | llvm-readobj --sections - | FileCheck %s2 3_label:4	.cfi_startproc5	.cfi_def_cfa_register rsp6	.cfi_endproc7 8// CHECK: Section {9// CHECK:   Name: __eh_frame10// CHECK: }11 12