This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c83371f [AArch64] Add a basic SchedMachineModel for Falkor. new e6480e2 Bitcode: Introduce BitcodeWriter interface. new fa5f3d1 Change Error unittest to use the LLVM_ENABLE_ABI_BREAKING_CHE [...]
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 | 2 + include/llvm/Bitcode/BitcodeWriter.h | 27 ++++ include/llvm/Bitcode/BitstreamWriter.h | 1 + lib/Bitcode/Writer/BitcodeWriter.cpp | 169 +++++++++------------ test/Bitcode/Inputs/multi-module.ll | 3 + test/Bitcode/multi-module.ll | 39 +++++ test/CMakeLists.txt | 1 + tools/LLVMBuild.txt | 1 + .../ModuleMaker => tools/llvm-cat}/CMakeLists.txt | 5 +- tools/{llvm-as => llvm-cat}/LLVMBuild.txt | 4 +- tools/llvm-cat/llvm-cat.cpp | 73 +++++++++ unittests/Support/ErrorTest.cpp | 20 +-- 12 files changed, 237 insertions(+), 108 deletions(-) create mode 100644 test/Bitcode/Inputs/multi-module.ll create mode 100644 test/Bitcode/multi-module.ll copy {examples/ModuleMaker => tools/llvm-cat}/CMakeLists.txt (56%) copy tools/{llvm-as => llvm-cat}/LLVMBuild.txt (88%) create mode 100644 tools/llvm-cat/llvm-cat.cpp