[PATCH] D43366: [DWARF v5] Supporting verbose dumping of .dbg_rnglist entries

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 28 16:34:58 PST 2018


dblaikie added inline comments.


================
Comment at: test/tools/llvm-dwarfdump/X86/debug_rnglists.s:45-49
+# VERBOSE-NEXT: 0x0000004f: [DW_RLE_start_end]:    [0x00000000, 0x00000000)
+# VERBOSE-NEXT: 0x00000058: [DW_RLE_start_end]:    [0x00000002, 0x00000006)
+# VERBOSE-NEXT: 0x00000061: [DW_RLE_end_of_list]
+# VERBOSE-NEXT: 0x00000062: [DW_RLE_start_length]: 0x00000036, 0x00000100 => [0x00000036, 0x00000136)
+# VERBOSE-NEXT: 0x00000069: [DW_RLE_end_of_list]
----------------
Consider putting the spaces inside the ]? so the ']:' are aligned? (I think some parts of the line table printing have that kind of alignment?)


https://reviews.llvm.org/D43366





More information about the llvm-commits mailing list