[PATCH] D125492: [DWARFLinker][NFC] cleanup AddressManager interface.
Alexey Lapshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 12 12:10:19 PDT 2022
avl created this revision.
avl added reviewers: JDevlieghere, aprantl, clayborg.
Herald added a subscriber: hiraditya.
Herald added a project: All.
avl requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
this review is extracted from D86539 <https://reviews.llvm.org/D86539>
1. delete areRelocationsResolved() method.
2. rename hasLiveMemoryLocation() -> isLiveVariable() hasLiveAddressRange() -> isLiveSubprogram().
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D125492
Files:
llvm/include/llvm/DWARFLinker/DWARFLinker.h
llvm/lib/DWARFLinker/DWARFLinker.cpp
llvm/tools/dsymutil/DwarfLinkerForBinary.cpp
llvm/tools/dsymutil/DwarfLinkerForBinary.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125492.429041.patch
Type: text/x-patch
Size: 5961 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220512/4a7cbb77/attachment.bin>
More information about the llvm-commits
mailing list