This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 85f5302 Bitcode: Remove the remnants of the BitcodeDiagnosticInfo class. new 9e44836 [doc] Remove explicit CMake version requirement for MSVC new 129c9fc Revert "[ThinLTO] Prevent exporting of locals used/defined in [...]
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: docs/GettingStartedVS.rst | 4 +- include/llvm/Support/TargetRegistry.h | 3 -- lib/Analysis/LLVMBuild.txt | 2 +- lib/Analysis/ModuleSummaryAnalysis.cpp | 61 ++---------------------- lib/Bitcode/Writer/BitcodeWriter.cpp | 23 +++------- lib/Object/IRObjectFile.cpp | 3 +- test/LTO/X86/current-section.ll | 3 -- test/ThinLTO/X86/Inputs/module_asm2.ll | 12 ----- test/ThinLTO/X86/module_asm2.ll | 84 ---------------------------------- tools/opt/opt.cpp | 1 - 10 files changed, 14 insertions(+), 182 deletions(-) delete mode 100644 test/ThinLTO/X86/Inputs/module_asm2.ll delete mode 100644 test/ThinLTO/X86/module_asm2.ll