[all-commits] [llvm/llvm-project] 709bc1: [DWARFLinker][NFC] Make interfaces to be compatible.
avl-llvm via All-commits
all-commits at lists.llvm.org
Tue May 2 06:37:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 709bc112668db8786180e409a6bf7561f4037bbb
https://github.com/llvm/llvm-project/commit/709bc112668db8786180e409a6bf7561f4037bbb
Author: Alexey Lapshin <a.v.lapshin at mail.ru>
Date: 2023-05-02 (Tue, 02 May 2023)
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
M llvm/tools/llvm-dwarfutil/DebugInfoLinker.cpp
Log Message:
-----------
[DWARFLinker][NFC] Make interfaces to be compatible.
This patch makes interface of AddressManager from DWARFLinker
to be compatible with AddressesMap from DWARFLinkerParallel.
This makes both linkers to be interchangeable.
Differential Revision: https://reviews.llvm.org/D147455
More information about the All-commits
mailing list