Home | History | Annotate | Download | only in ARM
      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
      7 bx 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 # The following 2 DW_CFA_nop instructions are "padding"
     17 # CHECK: DW_CFA_nop:
     18 # CHECK: DW_CFA_nop:
     19 # CHECK-NOT: DW_CFA
     20 # CHECK: FDE
     21