[all-commits] [llvm/llvm-project] 1358df: [DWARFLinkerParallel] add AddressesMap interface.
avl-llvm via All-commits
all-commits at lists.llvm.org
Wed Mar 15 10:45:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1358df4dc4a9f8193767f2bd03ef4d8e9f04ace6
https://github.com/llvm/llvm-project/commit/1358df4dc4a9f8193767f2bd03ef4d8e9f04ace6
Author: Alexey Lapshin <a.v.lapshin at mail.ru>
Date: 2023-03-15 (Wed, 15 Mar 2023)
Changed paths:
A llvm/include/llvm/DWARFLinkerParallel/AddressesMap.h
M llvm/include/llvm/DWARFLinkerParallel/DWARFLinker.h
Log Message:
-----------
[DWARFLinkerParallel] add AddressesMap interface.
This patch is extracted from D96035. It adds AddressesMap map interface
to the DWARFLinkerParallel library. This interface mostly match with the
paired interface from the DWARFLinker library, except that it does
not depend on DIEInfo class.
Reviewed By: JDevlieghere
Differential Revision: https://reviews.llvm.org/D140788
More information about the All-commits
mailing list