This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 13456d67c90 [ThinLTO] Fix ThinLTOCodegenerator to export llvm.used symbols new 65881148e94 Revert [ThinLTO] Fix ThinLTOCodegenerator to export llvm.us [...]
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 +++++++++-------------- test/LTO/X86/Inputs/thinlto-internalize-used2.ll | 10 -- test/LTO/X86/thinlto-internalize-used.ll | 21 ---- tools/llvm-lto/llvm-lto.cpp | 76 +++++-------- 7 files changed, 99 insertions(+), 184 deletions(-) delete mode 100644 test/LTO/X86/Inputs/thinlto-internalize-used2.ll delete mode 100644 test/LTO/X86/thinlto-internalize-used.ll