From e939b43aa427f392b8bfbe1654dd547efcfa90ba Mon Sep 17 00:00:00 2001 From: Frederic Riss Date: Thu, 23 Oct 2014 04:08:34 +0000 Subject: [dwarfdump] Dump DW_AT_ranges values inline in the debug_info dump. The output looks like that: DW_AT_ranges [FORM_data4] (0x00000000 [0x00000001000024a0 - 0x00000001000024c2) [0x0000000100002505 - 0x000000010000268b)) Differential Revision: http://reviews.llvm.org/D5712 llvm-svn: 220466 --- llvm/test/DebugInfo/Inputs/gmlt.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/DebugInfo/Inputs') diff --git a/llvm/test/DebugInfo/Inputs/gmlt.ll b/llvm/test/DebugInfo/Inputs/gmlt.ll index 82949d2ad17..8de03decd76 100644 --- a/llvm/test/DebugInfo/Inputs/gmlt.ll +++ b/llvm/test/DebugInfo/Inputs/gmlt.ll @@ -14,7 +14,7 @@ ; describes those subprograms ; CHECK: DW_TAG_compile_unit -; CHECK: DW_AT_ranges [DW_FORM_sec_offset] (0x00000000) +; CHECK: DW_AT_ranges [DW_FORM_sec_offset] (0x00000000 ; CHECK-NOT: {{DW_TAG|NULL}} ; Omitting the subprograms without inlined subroutines is not possible -- cgit v1.2.3