This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4d1bef8fcfe [AArch64][GlobalISel] Select FCMPSri/FCMPDri when comparing [...] new 59db388889e [tools] Introduce llvm-lipo
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/CMakeLists.txt | 1 + test/tools/llvm-lipo/help-message.test | 13 ++ test/tools/llvm-lipo/verify-arch-macho-binary.test | 31 ++++ .../llvm-lipo/verify-arch-universal-binary.test | 44 +++++ tools/llvm-lipo/CMakeLists.txt | 16 ++ tools/llvm-lipo/LLVMBuild.txt | 20 +++ tools/llvm-lipo/LipoOpts.td | 10 ++ tools/llvm-lipo/llvm-lipo.cpp | 185 +++++++++++++++++++++ 8 files changed, 320 insertions(+) create mode 100644 test/tools/llvm-lipo/help-message.test create mode 100644 test/tools/llvm-lipo/verify-arch-macho-binary.test create mode 100644 test/tools/llvm-lipo/verify-arch-universal-binary.test create mode 100644 tools/llvm-lipo/CMakeLists.txt create mode 100644 tools/llvm-lipo/LLVMBuild.txt create mode 100644 tools/llvm-lipo/LipoOpts.td create mode 100644 tools/llvm-lipo/llvm-lipo.cpp