This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d69942c [LV] Rename StrideAccesses to AccessStrideInfo (NFC) new b0786ec [ThinLTO/gold] Perform index-based weak/linkonce resolution new ef2acb5 Move legacy LTO interface headers to legacy/ directory.
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/{ => legacy}/LTOCodeGenerator.h | 0 include/llvm/LTO/{ => legacy}/LTOModule.h | 0 .../llvm/LTO/{ => legacy}/ThinLTOCodeGenerator.h | 0 include/llvm/LTO/{ => legacy}/UpdateCompilerUsed.h | 0 lib/LTO/LTOCodeGenerator.cpp | 6 +- lib/LTO/LTOModule.cpp | 2 +- lib/LTO/ThinLTOCodeGenerator.cpp | 2 +- lib/LTO/UpdateCompilerUsed.cpp | 2 +- .../gold/X86/Inputs/thinlto_weak_resolution.ll} | 3 +- test/tools/gold/X86/thinlto_weak_resolution.ll | 87 ++++++++++++++++++++++ tools/gold/gold-plugin.cpp | 50 ++++++++----- tools/llvm-lto/llvm-lto.cpp | 6 +- tools/lto/lto.cpp | 6 +- 13 files changed, 133 insertions(+), 31 deletions(-) rename include/llvm/LTO/{ => legacy}/LTOCodeGenerator.h (100%) rename include/llvm/LTO/{ => legacy}/LTOModule.h (100%) rename include/llvm/LTO/{ => legacy}/ThinLTOCodeGenerator.h (100%) rename include/llvm/LTO/{ => legacy}/UpdateCompilerUsed.h (100%) copy test/{ThinLTO/X86/Inputs/weak_resolution.ll => tools/gold/X86/Inputs/thinlto_ [...] create mode 100644 test/tools/gold/X86/thinlto_weak_resolution.ll