This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 556dc39f390 Fix typo in test new 3770b2b8484 Rewrite llvm-lto's codegen() using ThinCodeGenerator::run() [...] new 469e92814e2 ThinLTO: Verify bitcode before lauching the ThinLTOCodeGenerator.
The 2 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/Transforms/IPO/FunctionImport.h | 5 +-- lib/LTO/ThinLTOCodeGenerator.cpp | 35 +++++++++++++++++-- lib/Transforms/IPO/FunctionImport.cpp | 5 ++- test/LTO/X86/Inputs/strip-debug-info-bar.ll | 15 ++++++++ test/LTO/X86/Inputs/strip-debug-info.bc | Bin 852 -> 0 bytes test/LTO/X86/strip-debug-info.ll | 49 +++++++++++++++++++++++++-- tools/llvm-lto/llvm-lto.cpp | 24 ++++++++----- 7 files changed, 117 insertions(+), 16 deletions(-) create mode 100644 test/LTO/X86/Inputs/strip-debug-info-bar.ll delete mode 100644 test/LTO/X86/Inputs/strip-debug-info.bc