This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1f1c7c7 MemorySSA: Remove argument to createNewAccess function. new 3eda57b llvm-objdump: support dumping AUX records for weak externals new bb83f89 [ThinLTO/gold] Handle bitcode archives new 4963e9d [IRCE] Use C++11 style initializers; NFC
The 3 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: .../Scalar/InductiveRangeCheckElimination.cpp | 14 +- test/Object/Inputs/COFF/weak-externals.obj | Bin 141 -> 0 bytes test/Object/Inputs/COFF/weak-externals.yaml | 26 ++++ test/Object/coff-weak-externals.test | 5 + .../X86/Inputs/thinlto_archive1.ll} | 0 .../X86/Inputs/{thinlto.ll => thinlto_archive2.ll} | 2 +- test/tools/gold/X86/thinlto_archive.ll | 29 ++++ tools/gold/CMakeLists.txt | 1 + tools/gold/gold-plugin.cpp | 157 ++++++++++++++------- tools/llvm-objdump/COFFDump.cpp | 7 + 10 files changed, 178 insertions(+), 63 deletions(-) delete mode 100644 test/Object/Inputs/COFF/weak-externals.obj create mode 100644 test/Object/Inputs/COFF/weak-externals.yaml create mode 100644 test/Object/coff-weak-externals.test copy test/tools/{llvm-lto/Inputs/thinlto.ll => gold/X86/Inputs/thinlto_archive1.ll [...] copy test/tools/gold/X86/Inputs/{thinlto.ll => thinlto_archive2.ll} (51%) create mode 100644 test/tools/gold/X86/thinlto_archive.ll