[all-commits] [llvm/llvm-project] cf799b: [DWARFLinker][NFC] Move common code into the base ...
Alexey Lapshin via All-commits
all-commits at lists.llvm.org
Thu Jan 18 03:29:58 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf799b3d3badbcb0c028266daa73043c0d0462c1
https://github.com/llvm/llvm-project/commit/cf799b3d3badbcb0c028266daa73043c0d0462c1
Author: Alexey Lapshin <a.v.lapshin at mail.ru>
Date: 2024-01-18 (Thu, 18 Jan 2024)
Changed paths:
M llvm/include/llvm/DWARFLinker/Classic/DWARFLinker.h
A llvm/include/llvm/DWARFLinker/IndexedValuesMap.h
M llvm/lib/DWARFLinker/Classic/DWARFLinker.cpp
M llvm/lib/DWARFLinker/Parallel/DWARFLinkerUnit.h
R llvm/lib/DWARFLinker/Parallel/IndexedValuesMap.h
Log Message:
-----------
[DWARFLinker][NFC] Move common code into the base library: IndexedValuesMap. (#77437)
This patch is extracted from #74725.
Both dwarflinkers contain similar classes for indexed values. Move the
code into the DWARFLinkerBase.
More information about the All-commits
mailing list