llvm/tools/llvm-lto
Mehdi Amini 3d13068cfd llvm-lto: add a -thinlto-module-id that enables to force the Module identifier.
ThinLTO is using the Module Identifier to find the corresponding entry
in the index. However when reproducing part of the flow from temporary
files generated from the linker, you'd like to process a file and
force llvm-lto to use another module identifier than the current
filename. The alternative would be to tweak the index, which would be
more involved.

From: Mehdi Amini <mehdi.amini@apple.com>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268643 91177308-0d34-0410-b5e6-96231b3b80d8
2016-05-05 16:33:51 +00:00
..
CMakeLists.txt Fix library dependency for llvm-lto after r262977 2016-03-09 02:34:13 +00:00
llvm-lto.cpp llvm-lto: add a -thinlto-module-id that enables to force the Module identifier. 2016-05-05 16:33:51 +00:00
LLVMBuild.txt Fix library dependency for llvm-lto after r262977 2016-03-09 02:34:13 +00:00