1# RUN: llvm-mc -filetype=obj --triple=arm64-apple-darwin22.1.0 %s -o %t.o 2# RUN: llvm-dwarfdump -debug-frame %t.o | FileCheck %s 3 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_frame 13 .cfi_startproc 14 .cfi_personality 0x9b, g 15 .cfi_lsda 0x1b, h 16 .cfi_endproc 17 .global g 18g: 19 .global h 20h: 21