This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 954fc5a6252 [JumpThreading] Fix incorrect fold conditional after indire [...] new 13456d67c90 [ThinLTO] Fix ThinLTOCodegenerator to export llvm.used symbols
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/LTO/LTO.h | 4 + include/llvm/LTO/legacy/ThinLTOCodeGenerator.h | 35 ++---- lib/LTO/LTO.cpp | 5 + lib/LTO/ThinLTOCodeGenerator.cpp | 132 +++++++++++++-------- .../X86/Inputs/thinlto-internalize-used2.ll} | 6 +- test/LTO/X86/thinlto-internalize-used.ll | 21 ++++ tools/llvm-lto/llvm-lto.cpp | 76 ++++++++---- 7 files changed, 178 insertions(+), 101 deletions(-) copy test/{ThinLTO/X86/Inputs/empty_module_with_cache.ll => LTO/X86/Inputs/thinlto [...] create mode 100644 test/LTO/X86/thinlto-internalize-used.ll