This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 663b75a [asan] Use 1 byte aligned stores to poison shadow memory new 1282b19 [LTO] Add a "CodeGenOnly" option. Allows the client to skip t [...] new 156e0da [LTO] Handles commons in monolithic LTO
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/LTO/Config.h | 3 ++ include/llvm/LTO/LTO.h | 5 +++ lib/LTO/LTO.cpp | 73 ++++++++++++++++++++++++++--------- lib/LTO/LTOBackend.cpp | 10 ++++- test/tools/llvm-lto2/Inputs/common.ll | 7 ++++ test/tools/llvm-lto2/common.ll | 65 +++++++++++++++++++++++++++++++ tools/gold/gold-plugin.cpp | 59 +--------------------------- 7 files changed, 143 insertions(+), 79 deletions(-) create mode 100644 test/tools/llvm-lto2/Inputs/common.ll create mode 100644 test/tools/llvm-lto2/common.ll