diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/debug-loclists.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/debug-loclists.ll | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/debug-loclists.ll b/llvm/test/CodeGen/X86/debug-loclists.ll index 30cab3b01e1..e111d12625c 100644 --- a/llvm/test/CodeGen/X86/debug-loclists.ll +++ b/llvm/test/CodeGen/X86/debug-loclists.ll @@ -13,8 +13,10 @@ ; CHECK: .debug_loclists contents: ; CHECK-NEXT: 0x00000000: locations list header: length = 0x00000015, version = 0x0005, addr_size = 0x08, seg_size = 0x00, offset_entry_count = 0x00000000 ; CHECK-NEXT: 0x0000000c: -; CHECK-NEXT: [0x0000000000000000, 0x0000000000000004): DW_OP_breg5 RDI+0 -; CHECK-NEXT: [0x0000000000000004, 0x0000000000000012): DW_OP_breg3 RBX+0 +; CHECK-NEXT: DW_LLE_offset_pair(0x0000000000000000, 0x0000000000000004) +; CHECK-NEXT: => [0x0000000000000000, 0x0000000000000004): DW_OP_breg5 RDI+0 +; CHECK-NEXT: DW_LLE_offset_pair(0x0000000000000004, 0x0000000000000012) +; CHECK-NEXT: => [0x0000000000000004, 0x0000000000000012): DW_OP_breg3 RBX+0 ; There is no way to use llvm-dwarfdump atm (2018, october) to verify the DW_LLE_* codes emited, ; because dumper is not yet implements that. Use asm code to do this check instead. |