This is an archive of the discontinued LLVM Phabricator instance.

[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

Repository
rL LLVM

Event Timeline

JDevlieghere created this revision.Jan 15 2018, 2:27 AM
dblaikie accepted this revision.Jan 15 2018, 10:51 AM

Looks good to me

test/tools/dsymutil/X86/basic-lto-dw4-linking-x86.test
110–111 ↗(On Diff #129821)

Looks like there's an opportunity to print these ranges similarly.

This revision is now accepted and ready to land.Jan 15 2018, 10:51 AM
This revision was automatically updated to reflect the committed changes.