This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 81d8e5d40b5 [llvm-objdump] Add warning if --disassemble-functions speci [...] new f35dea10a69 [DomTreeUpdater] Add all insert before all delete updates t [...] new 6a45b693a11 [llvm-lipo] Implement -archs new 29689844ec9 [llvm-lipo] Drop unneeded braces. NFC
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: lib/Transforms/Utils/BasicBlockUtils.cpp | 14 ++-- .../llvm-lipo/archs-macho-binary-unknown.test | 15 ++++ test/tools/llvm-lipo/archs-macho-binary.test | 19 +++++ .../llvm-lipo/archs-universal-binary-arm.test | 40 +++++++++++ ...ry.test => archs-universal-binary-unknown.test} | 23 +++--- ...binary.test => archs-universal-binary-x86.test} | 18 ++--- ...{help-message.test => help-error-messages.test} | 3 + .../llvm-lipo/verify-arch-universal-binary.test | 14 ++-- tools/llvm-lipo/LipoOpts.td | 13 +++- tools/llvm-lipo/llvm-lipo.cpp | 81 ++++++++++++++++++++-- 10 files changed, 199 insertions(+), 41 deletions(-) create mode 100644 test/tools/llvm-lipo/archs-macho-binary-unknown.test create mode 100644 test/tools/llvm-lipo/archs-macho-binary.test create mode 100644 test/tools/llvm-lipo/archs-universal-binary-arm.test copy test/tools/llvm-lipo/{verify-arch-universal-binary.test => archs-universal-bi [...] copy test/tools/llvm-lipo/{verify-arch-universal-binary.test => archs-universal-bi [...] rename test/tools/llvm-lipo/{help-message.test => help-error-messages.test} (76%)