This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1b0acac191f [Hexagon] Replace CVI_VM_CUR_LD type with CVI_VM_LD new 6a2cc4c1564 Object: Remove ModuleSummaryIndexObjectFile class.
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/Bitcode/BitcodeReader.h | 7 ++ include/llvm/Object/Binary.h | 3 - include/llvm/Object/ModuleSummaryIndexObjectFile.h | 112 ------------------ lib/Bitcode/Reader/BitcodeReader.cpp | 18 +++ lib/LTO/LTO.cpp | 1 - lib/LTO/ThinLTOCodeGenerator.cpp | 17 ++- lib/Object/CMakeLists.txt | 1 - lib/Object/ModuleSummaryIndexObjectFile.cpp | 129 --------------------- lib/Transforms/IPO/FunctionImport.cpp | 2 +- test/tools/llvm-lto/error.ll | 2 +- tools/llvm-link/llvm-link.cpp | 2 +- tools/llvm-lto/llvm-lto.cpp | 1 - 12 files changed, 35 insertions(+), 260 deletions(-) delete mode 100644 include/llvm/Object/ModuleSummaryIndexObjectFile.h delete mode 100644 lib/Object/ModuleSummaryIndexObjectFile.cpp