llvm-project/llvm/lib/LTO
Nick Desaulniers 236695e70c [IRLinker] make IRLinker::AddLazyFor optional (llvm::unique_function). NFC
2 of the 3 callsite of IRMover::move() pass empty lambda functions. Just
make this parameter llvm::unique_function.

Came about via discussion in D120781. Probably worth making this change
regardless of the resolution of D120781.

Reviewed By: dexonsmith

Differential Revision: https://reviews.llvm.org/D121630
2022-03-14 14:37:34 -07:00
..
CMakeLists.txt [Support][ThinLTO] Move ThinLTO caching to LLVM Support library 2021-10-18 18:57:25 -07:00
LTO.cpp [IRLinker] make IRLinker::AddLazyFor optional (llvm::unique_function). NFC 2022-03-14 14:37:34 -07:00
LTOBackend.cpp Cleanup header dependencies in LLVMCore 2022-02-02 06:54:20 +01:00
LTOCodeGenerator.cpp [llvm] Use = default (NFC) 2022-02-06 22:18:35 -08:00
LTOModule.cpp [llvm] Use = default (NFC) 2022-02-06 22:18:35 -08:00
SummaryBasedOptimizations.cpp Internalize some cl::opt global variables or move them under namespace llvm 2021-05-07 11:15:43 -07:00
ThinLTOCodeGenerator.cpp [BitcodeWriter] Fix cases of some functions 2022-01-31 16:46:11 -08:00
UpdateCompilerUsed.cpp