This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 72499e5 Take ownership of libLTO as discussed on llvm-dev. new 8471051 [IRObjectFile] Handle undefined weak symbols in RecordStreamer. new ba1d7c6 [InstCombine] add vector tests for icmp (sub nsw)
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: lib/Object/IRObjectFile.cpp | 5 ++- lib/Object/RecordStreamer.cpp | 14 ++++--- lib/Object/RecordStreamer.h | 3 +- test/Object/X86/nm-bitcodeweak.test | 3 ++ .../{nm-bitcodeweak.test => nm-undefinedweak.test} | 6 +-- test/Transforms/InstCombine/icmp.ll | 44 ++++++++++++++++++++++ 6 files changed, 65 insertions(+), 10 deletions(-) copy test/Object/X86/{nm-bitcodeweak.test => nm-undefinedweak.test} (62%)