[PATCH] D42056: [DebugInfo] Unify dumping of address ranges

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 15 02:27:35 PST 2018


JDevlieghere created this revision.
JDevlieghere added reviewers: aprantl, dblaikie.
Herald added a subscriber: mehdi_amini.

This patch unifies the printing of address ranges as [0x0, 0x1).

rdar://34822059


Repository:
  rL LLVM

https://reviews.llvm.org/D42056

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42056.129821.patch
Type: text/x-patch
Size: 12797 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180115/146b1a45/attachment.bin>


More information about the llvm-commits mailing list