1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/lib/LTO
Caroline Tice c0b1b6c031 Pass code-model through Module IR to LTO which will use it.
Currently the code-model does not get saved in the module IR,
so if a code model is specified when compiling with LTO,
it gets lost and is not propagated properly to LTO. This patch,
along with one for the front end, fixes that.

Differential Revision: https://reviews.llvm.org/D52322

llvm-svn: 342760
2018-09-21 18:41:31 +00:00
..
Caching.cpp
CMakeLists.txt
LLVMBuild.txt
LTO.cpp
LTOBackend.cpp Pass code-model through Module IR to LTO which will use it. 2018-09-21 18:41:31 +00:00
LTOCodeGenerator.cpp
LTOModule.cpp
ThinLTOCodeGenerator.cpp [ThinLTOCodeGenerator] Avoid Rehash StringMap in ThreadPool 2018-09-14 19:38:21 +00:00
UpdateCompilerUsed.cpp