[DWARFLinker][NFC] Make interfaces to be compatible.
authorAlexey Lapshin <a.v.lapshin@mail.ru>
Fri, 31 Mar 2023 15:10:11 +0000 (17:10 +0200)
committerAlexey Lapshin <a.v.lapshin@mail.ru>
Tue, 2 May 2023 12:59:23 +0000 (14:59 +0200)
commit709bc112668db8786180e409a6bf7561f4037bbb
tree83b48542f4f1b3932cc062ec216fb4ec31b4eb8e
parentfa43608d1649553814a179cd76d67ea7bdc068d3
[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
llvm/include/llvm/DWARFLinker/DWARFLinker.h
llvm/lib/DWARFLinker/DWARFLinker.cpp
llvm/tools/dsymutil/DwarfLinkerForBinary.cpp
llvm/tools/dsymutil/DwarfLinkerForBinary.h
llvm/tools/llvm-dwarfutil/DebugInfoLinker.cpp