[PATCH] D123469: [DebugInfo][llvm-dwarfutil] Combine overlapped address ranges.

Alexey Lapshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 25 10:25:06 PDT 2022


avl updated this revision to Diff 432041.
avl added a comment.

addressed comments(changed returning value of insert() method:
Collection::iterator -> Collection::const_iterator as in begin()/end(),
updated header comment do describe behavior for adjacent ranges).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123469/new/

https://reviews.llvm.org/D123469

Files:
  llvm/include/llvm/ADT/AddressRanges.h
  llvm/include/llvm/DWARFLinker/DWARFLinker.h
  llvm/include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h
  llvm/include/llvm/DWARFLinker/DWARFStreamer.h
  llvm/lib/DWARFLinker/DWARFLinker.cpp
  llvm/lib/DWARFLinker/DWARFLinkerCompileUnit.cpp
  llvm/lib/DWARFLinker/DWARFStreamer.cpp
  llvm/lib/Support/AddressRanges.cpp
  llvm/test/tools/llvm-dwarfutil/ELF/gc-func-overlapping-address-ranges.test
  llvm/test/tools/llvm-dwarfutil/ELF/gc-unit-overlapping-address-ranges.test
  llvm/tools/dsymutil/DwarfLinkerForBinary.cpp
  llvm/tools/dsymutil/DwarfLinkerForBinary.h
  llvm/tools/llvm-dwarfutil/DebugInfoLinker.cpp
  llvm/unittests/Support/AddressRangeTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123469.432041.patch
Type: text/x-patch
Size: 46898 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220525/6ff73732/attachment.bin>


More information about the llvm-commits mailing list