mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-18 11:20:03 +00:00
DebugInfo: Check DW_OP_convert in loclists with Split DWARF
This commit is contained in:
parent
8f551c2563
commit
a3aec5a989
@ -1,6 +1,10 @@
|
||||
; RUN: llc -dwarf-version=5 -filetype=obj -O0 < %s | llvm-dwarfdump -debug-loclists - | FileCheck %s
|
||||
; RUN: llc -dwarf-version=5 -filetype=obj -O0 < %s | llvm-dwarfdump -debug-info -debug-loclists - | FileCheck %s
|
||||
; RUN: llc -dwarf-version=5 -split-dwarf-file=foo.dwo -filetype=obj -O0 < %s | llvm-dwarfdump -debug-info -debug-loclists - | FileCheck %s
|
||||
|
||||
; CHECK: DW_LLE_offset_pair (0x0000000000000006, 0x000000000000000c): DW_OP_consts +7, DW_OP_convert 0x27, DW_OP_stack_value
|
||||
; CHECK: 0x{{0*}}[[TYPE:.*]]: DW_TAG_base_type
|
||||
; CHECK-NEXT: DW_AT_name ("DW_ATE_unsigned_32")
|
||||
|
||||
; CHECK: DW_LLE_offset_pair (0x0000000000000006, 0x000000000000000c): DW_OP_consts +7, DW_OP_convert 0x[[TYPE]], DW_OP_stack_value
|
||||
|
||||
|
||||
; Function Attrs: uwtable
|
||||
|
Loading…
x
Reference in New Issue
Block a user