1# RUN: llvm-mc < %s -triple=armv7-linux-gnueabi -filetype=obj -o - \
2# RUN:     | llvm-dwarfdump - | FileCheck %s
3
4_proc:
5.cfi_sections .debug_frame
6.cfi_startproc
7bx lr
8.cfi_endproc
9
10# CHECK: .debug_frame contents:
11# CHECK: CIE
12# CHECK-NOT: DW_CFA
13# When llvm-dwarfdump prints the full info for the DW_CFA_def_cfa
14# field, we can check that here too.
15# CHECK: DW_CFA_def_cfa:
16# CHECK-NOT: DW_CFA
17# CHECK: FDE
18