[PATCH] D123469: [DebugInfo][llvm-dwarfutil] Combine overlapped address ranges.
Alexey Lapshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 24 03:49:35 PDT 2022
avl added a comment.
@clayborg Greg, Could you check&accept this review directly, please?
After requested refactoring is done(https://reviews.llvm.org/D123469?id=423119#inline-1190512)
the AddressRanges class was changed. It combines the ranges like this:
[0x100,0x200) and [0x200, 0x300) -> [0x100, 0x300)
It can affect llvm-gsymutil. I think it should be OK to combine ranges like this. Please check that behavior.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123469/new/
https://reviews.llvm.org/D123469
More information about the llvm-commits
mailing list