This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d5f6cc3 [DWARF] Preserve column number when emitting 'line 0' record new 0885016 LTO: Add support for multi-module bitcode files.
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/BitcodeReader.h | 2 + include/llvm/LTO/LTO.h | 35 ++++-- include/llvm/LTO/LTOBackend.h | 3 +- lib/LTO/LTO.cpp | 170 +++++++++++++++++++---------- lib/LTO/LTOBackend.cpp | 8 +- test/LTO/Resolution/X86/empty-bitcode.test | 3 + test/LTO/Resolution/X86/mixed_lto.ll | 6 + test/LTO/Resolution/X86/multi-thinlto.ll | 6 + 8 files changed, 162 insertions(+), 71 deletions(-) create mode 100644 test/LTO/Resolution/X86/empty-bitcode.test create mode 100644 test/LTO/Resolution/X86/multi-thinlto.ll