This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 50b2db8 [docs] Fix unexpected indentation in HowToCrossCompileLLVM.rst new 4b05ce2 [ThinLTO] Add option to emit imports files for distributed backends
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/LTO/ThinLTOCodeGenerator.h | 6 +++++ include/llvm/Transforms/IPO/FunctionImport.h | 4 ++++ lib/LTO/ThinLTOCodeGenerator.cpp | 24 +++++++++++++++++++ lib/Transforms/IPO/FunctionImport.cpp | 15 ++++++++++++ .../X86/Inputs/emit_imports.ll} | 0 test/ThinLTO/X86/emit_imports.ll | 21 +++++++++++++++++ test/tools/gold/X86/thinlto_emit_imports.ll | 27 ++++++++++++++++++++++ tools/gold/gold-plugin.cpp | 20 ++++++++++++++++ tools/llvm-lto/llvm-lto.cpp | 24 +++++++++++++++++++ 9 files changed, 141 insertions(+) copy test/{tools/llvm-lto/Inputs/thinlto.ll => ThinLTO/X86/Inputs/emit_imports.ll} (100%) create mode 100644 test/ThinLTO/X86/emit_imports.ll create mode 100644 test/tools/gold/X86/thinlto_emit_imports.ll