summaryrefslogtreecommitdiff
path: root/llvm/lib/DWARFLinker/Parallel/DWARFLinkerUnit.cpp
AgeCommit message (Collapse)Author
2024-07-12[DWARFLinker] Use a range-based for loop (NFC) (#98585)Kazu Hirata
2024-01-09[DWARFLinker][DWARFLinkerParallel][NFC] Refactor ↵avl-llvm
DWARFLinker&DWARFLinkerParallel to have a common library. Part 1. (#75925) This patch creates DWARFLinkerBase library, places DWARFLinker code into DWARFLinker\Classic, places DWARFLinkerParallel into DWARFLinker\Parallel. updates BOLT to use new library. This patch is NFC.