This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 34a4dfe92a4 [FileCollector] Change coding style from LLDB to LLVM (NFC) new f9732c6d3f2 [llvm-lipo] Add test for -verify_archs new 15471a7d111 [Object] Add public MaxSectionAlignment to MachOUniversal new 51e124d8c8b [llvm-lipo] Implement alignment function in -create
The 3 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/Object/MachOUniversal.h | 2 + lib/Object/MachOUniversal.cpp | 13 +- test/tools/llvm-lipo/Inputs/CPU10-slice.yaml | 359 +++++++++++++++++++++ .../Inputs/{i386-slice.yaml => CPU14-slice.yaml} | 2 +- test/tools/llvm-lipo/create-compute-alignment.test | 20 ++ ...lignment.test => create-default-alignment.test} | 0 .../llvm-lipo/verify-arch-universal-binary.test | 1 + tools/llvm-lipo/llvm-lipo.cpp | 40 ++- 8 files changed, 426 insertions(+), 11 deletions(-) create mode 100644 test/tools/llvm-lipo/Inputs/CPU10-slice.yaml copy test/tools/llvm-lipo/Inputs/{i386-slice.yaml => CPU14-slice.yaml} (98%) create mode 100644 test/tools/llvm-lipo/create-compute-alignment.test rename test/tools/llvm-lipo/{create-without-alignment.test => create-default-align [...]