1 # RUN: llvm-mc %s -filetype=obj -triple=i686-pc-linux -o %t
2 # RUN: llvm-dwarfdump -v %t | FileCheck %s
4 # FIXME: Is there a better approach than using `DW_CFA_expression EAX <op>`?
6 # CHECK: .eh_frame contents:
8 # CHECK-NEXT: Format: DWARF32
12 # CHECK-NEXT: DW_CFA_expression: EAX <decoding error> e9 00
13 .cfi_escape 0x10, 0x00, 0x02, 0xe9, 0x00
14 # CHECK-NEXT: DW_CFA_expression: EAX DW_OP_LLVM_user DW_OP_LLVM_nop
15 .cfi_escape 0x10, 0x00, 0x02, 0xe9, 0x01