1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib/LTO
Peter Collingbourne baa45eb64c LTO: Hash the set of imported symbols for each module.
This set may affect code generation and is sensitive to link order (and
possibly in the future to the linker's choice of prevailing symbol), so we
need to include it.

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

llvm-svn: 296907
2017-03-03 20:25:30 +00:00
..
Caching.cpp
CMakeLists.txt
LLVMBuild.txt
LTO.cpp
LTOBackend.cpp
LTOCodeGenerator.cpp
LTOModule.cpp
ThinLTOCodeGenerator.cpp
UpdateCompilerUsed.cpp