[PATCH] D123469: [DebugInfo][llvm-dwarfutil] Combine overlapped address ranges.
Alexey Lapshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 28 13:25:53 PDT 2022
avl added a comment.
@clayborg Could you mind to check changes for AddressRangess class, please?
I have changed the behavior so that it combines following kinds of ranges:
[0x100,0x200) and [0x200, 0x300) -> [0x100, 0x300)
It can affect llvm-gsymutil.
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