[flang][cuda] Do not register global constants (#118582)
[llvm-project.git] / llvm / test / tools / llvm-dwarfdump / X86 / DW_OP_LLVM_user.s
blobbcb0dee0ce7782d5a38c5c1a00faae0ea85d79cd
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:
7 # CHECK: FDE
8 # CHECK-NEXT: Format: DWARF32
10 foo:
11 .cfi_startproc
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
16 .cfi_endproc