llvm-project/llvm/lib/LTO
Jin Xin Ng 65001f5777
[LTO][ELF] Add selective --save-temps= option
Allows specific “temps” to be saved, instead of the current all-or-nothing nature of --save-temps. Multiple of these “temps” can be saved by specifying the argument multiple times.

Differential Revision: https://reviews.llvm.org/D127778
2022-07-06 10:06:18 -07:00
..
CMakeLists.txt [Support][ThinLTO] Move ThinLTO caching to LLVM Support library 2021-10-18 18:57:25 -07:00
LTO.cpp [ThinLTO][ELF] Add --thinlto-emit-index-files option 2022-06-23 12:35:42 -07:00
LTOBackend.cpp [LTO][ELF] Add selective --save-temps= option 2022-07-06 10:06:18 -07:00
LTOCodeGenerator.cpp [config] Remove vestigial LLVM_VERSION_INFO 2022-06-07 11:36:26 -07:00
LTOModule.cpp [llvm] Use = default (NFC) 2022-02-06 22:18:35 -08:00
SummaryBasedOptimizations.cpp Apply clang-tidy fixes for readability-redundant-smartptr-get in SummaryBasedOptimizations.cpp (NFC) 2022-03-28 09:18:31 -07:00
ThinLTOCodeGenerator.cpp [iwyu] Handle regressions in libLLVM header include 2022-04-13 20:53:19 +02:00
UpdateCompilerUsed.cpp