This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 649bcb9 [StructurizeCFG] Fix infinite loop in rebuildSSA. new c67ca17 Add llvm-modextract tool. new 10e4110 Bitcode: Add a more comprehensive multi-module test now that [...]
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/Bitcode/BitcodeReader.h | 4 +- test/Bitcode/multi-module.ll | 16 ++++- test/CMakeLists.txt | 1 + test/lit.cfg | 1 + test/tools/llvm-modextract/single.ll | 12 ++++ tools/LLVMBuild.txt | 1 + tools/{llvm-cat => llvm-modextract}/CMakeLists.txt | 5 +- .../LLVMBuild.txt | 6 +- tools/llvm-modextract/llvm-modextract.cpp | 72 ++++++++++++++++++++++ 9 files changed, 109 insertions(+), 9 deletions(-) create mode 100644 test/tools/llvm-modextract/single.ll copy tools/{llvm-cat => llvm-modextract}/CMakeLists.txt (58%) copy tools/{llvm-bcanalyzer => llvm-modextract}/LLVMBuild.txt (81%) create mode 100644 tools/llvm-modextract/llvm-modextract.cpp