1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/lib/LTO
Mircea Trofin 2d0a6945c4 [ThinLTO] add post-thinlto-merge option to -lto-embed-bitcode
This will embed bitcode after (Thin)LTO merge, but before optimizations.
In the case the thinlto backend is called from clang, the .llvmcmd
section is also produced. Doing so in the case where the caller is the
linker doesn't yet have a motivation, and would require plumbing through
command line args.

Differential Revision: https://reviews.llvm.org/D87636
2020-09-15 15:56:11 -07:00
..
Caching.cpp
CMakeLists.txt
LLVMBuild.txt
LTO.cpp
LTOBackend.cpp [ThinLTO] add post-thinlto-merge option to -lto-embed-bitcode 2020-09-15 15:56:11 -07:00
LTOCodeGenerator.cpp
LTOModule.cpp
SummaryBasedOptimizations.cpp
ThinLTOCodeGenerator.cpp
UpdateCompilerUsed.cpp