brintos

brintos / llvm-project-archived public Read only

0
0
Text · 514 B · bcb0dee Raw
17 lines · plain
1# RUN: llvm-mc %s -filetype=obj -triple=i686-pc-linux -o %t2# RUN: llvm-dwarfdump -v %t | FileCheck %s3 4# FIXME: Is there a better approach than using `DW_CFA_expression EAX <op>`?5 6# CHECK:      .eh_frame contents:7# CHECK:      FDE8# CHECK-NEXT: Format: DWARF329 10foo:11 .cfi_startproc12 # CHECK-NEXT: DW_CFA_expression: EAX <decoding error> e9 0013 .cfi_escape 0x10, 0x00, 0x02, 0xe9, 0x0014 # CHECK-NEXT: DW_CFA_expression: EAX DW_OP_LLVM_user DW_OP_LLVM_nop15 .cfi_escape 0x10, 0x00, 0x02, 0xe9, 0x0116 .cfi_endproc17