This patch unifies the printing of address ranges as [0x0, 0x1).
rdar://34822059
Paths
| Differential D42056
[DebugInfo] Unify dumping of address ranges ClosedPublic Authored by JDevlieghere on Jan 15 2018, 2:27 AM.
Details Summary This patch unifies the printing of address ranges as [0x0, 0x1). rdar://34822059
Diff Detail
Event TimelineComment Actions Looks good to me
This revision is now accepted and ready to land.Jan 15 2018, 10:51 AM Closed by commit rL322543: [DebugInfo] Unify dumping of address ranges (authored by JDevlieghere). · Explain WhyJan 16 2018, 3:19 AM This revision was automatically updated to reflect the committed changes. Herald added subscribers: fedor.sergeev, eraman, javed.absar and 3 others. · View Herald TranscriptJan 16 2018, 3:19 AM
Revision Contents
Diff 129821 include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h
include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h
lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp
lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp
lib/DebugInfo/DWARF/DWARFDie.cpp
test/DebugInfo/X86/dwarfdump-ranges-baseaddr-exe.s
test/DebugInfo/X86/dwarfdump-ranges-baseaddr.s
test/DebugInfo/X86/dwarfdump-ranges-unrelocated.s
test/DebugInfo/dwarfdump-ranges.test
test/tools/dsymutil/X86/basic-linking-x86.test
test/tools/dsymutil/X86/basic-lto-dw4-linking-x86.test
test/tools/dsymutil/X86/basic-lto-linking-x86.test
|
Looks like there's an opportunity to print these ranges similarly.