21 lines · plain
1# RUN: llvm-mc -filetype=obj --triple=arm64-apple-darwin22.1.0 %s -o %t.o2# RUN: llvm-dwarfdump -debug-frame %t.o | FileCheck %s3 4# CHECK: .debug_frame contents:5# CHECK-EMPTY:6# CHECK-NEXT: {{.+}}7 8# CHECK: .eh_frame contents:9# CHECK-EMPTY:10# CHECK-EMPTY:11 12 .cfi_sections .debug_frame13 .cfi_startproc14 .cfi_personality 0x9b, g15 .cfi_lsda 0x1b, h16 .cfi_endproc17 .global g18g:19 .global h20h:21