This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2161412 LTOCodeGenerator: handle correctly "unnamed" symbol new eb80fa1 Revert "[ThinLTO] Emit individual index files for distributed [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Bitcode/ReaderWriter.h | 8 +- include/llvm/LTO/ThinLTOCodeGenerator.h | 9 +- include/llvm/Transforms/IPO/FunctionImport.h | 16 -- lib/Bitcode/Writer/BitcodeWriter.cpp | 280 +++++++------------------ lib/LTO/ThinLTOCodeGenerator.cpp | 23 -- lib/Transforms/IPO/FunctionImport.cpp | 27 --- test/ThinLTO/X86/Inputs/distributed_indexes.ll | 4 - test/ThinLTO/X86/distributed_indexes.ll | 47 ----- test/tools/gold/X86/thinlto.ll | 36 +--- tools/gold/gold-plugin.cpp | 101 +++------ tools/llvm-lto/llvm-lto.cpp | 35 ---- 11 files changed, 104 insertions(+), 482 deletions(-) delete mode 100644 test/ThinLTO/X86/Inputs/distributed_indexes.ll delete mode 100644 test/ThinLTO/X86/distributed_indexes.ll