This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4527f9af5c2 [ASan] Use dynamic shadow on 32-bit iOS and simulators new cd4206f8095 [llvm-lipo] Implement -thin
The 1 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: test/tools/llvm-lipo/Inputs/i386-slice.yaml | 88 ++++++++++ .../llvm-lipo/Inputs/i386-x86_64-universal.yaml | 192 +++++++++++++++++++++ test/tools/llvm-lipo/help-error-messages.test | 5 +- .../thin-executable-universal-binary.test | 50 ++++++ test/tools/llvm-lipo/thin-macho-binary.test | 21 +++ test/tools/llvm-lipo/thin-universal-binary.test | 49 ++++++ tools/llvm-lipo/LipoOpts.td | 9 + tools/llvm-lipo/llvm-lipo.cpp | 80 ++++++++- 8 files changed, 489 insertions(+), 5 deletions(-) create mode 100644 test/tools/llvm-lipo/Inputs/i386-slice.yaml create mode 100644 test/tools/llvm-lipo/Inputs/i386-x86_64-universal.yaml create mode 100644 test/tools/llvm-lipo/thin-executable-universal-binary.test create mode 100644 test/tools/llvm-lipo/thin-macho-binary.test create mode 100644 test/tools/llvm-lipo/thin-universal-binary.test