This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e976df1 Object: Remove module accessors from IRObjectFile, and hide i [...] new 265ab52 Object: Make IRObjectFile own multiple modules and enumerate [...] new 6605669 ADT: Add OwningArrayRef class.
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/ADT/ArrayRef.h | 19 ++++++++++++ include/llvm/Object/IRObjectFile.h | 5 ++-- lib/Object/IRObjectFile.cpp | 39 ++++++++++++++++--------- test/{Bitcode => Object}/Inputs/multi-module.ll | 0 test/Object/multi-module.ll | 8 +++++ 5 files changed, 56 insertions(+), 15 deletions(-) copy test/{Bitcode => Object}/Inputs/multi-module.ll (100%) create mode 100644 test/Object/multi-module.ll