[all-commits] [llvm/llvm-project] fdae86: [DWARFLinker][NFC] cleanup AddressManager interface.
avl-llvm via All-commits
all-commits at lists.llvm.org
Sun May 15 12:49:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fdae8641adbefd0c9522887f7c6c83a19e227591
https://github.com/llvm/llvm-project/commit/fdae8641adbefd0c9522887f7c6c83a19e227591
Author: Alexey Lapshin <a.v.lapshin at mail.ru>
Date: 2022-05-15 (Sun, 15 May 2022)
Changed paths:
M llvm/include/llvm/DWARFLinker/DWARFLinker.h
M llvm/lib/DWARFLinker/DWARFLinker.cpp
M llvm/tools/dsymutil/DwarfLinkerForBinary.cpp
M llvm/tools/dsymutil/DwarfLinkerForBinary.h
Log Message:
-----------
[DWARFLinker][NFC] cleanup AddressManager interface.
this review is extracted from D86539
1. delete areRelocationsResolved() method.
2. rename hasLiveMemoryLocation() -> isLiveVariable()
hasLiveAddressRange() -> isLiveSubprogram().
Differential Revision: https://reviews.llvm.org/D125492
More information about the All-commits
mailing list