OSDN Git Service

[tools] Introduce llvm-lipo
authorAlexander Shaposhnikov <shal1t712@gmail.com>
Tue, 28 May 2019 23:22:12 +0000 (23:22 +0000)
committerAlexander Shaposhnikov <shal1t712@gmail.com>
Tue, 28 May 2019 23:22:12 +0000 (23:22 +0000)
commit59db388889ef637745e7c774ae257ab91ee37ab6
treeba5422c1625c1d2694ee945939805ba912d4c918
parent4d1bef8fcfecb5b20ce31ca19716734ed351bc17
[tools] Introduce llvm-lipo

This diff starts the implementation of llvm-lipo
which is supposed to be a drop-in replacement for the well-known tool lipo.

Test plan: make check-all

Differential revision: https://reviews.llvm.org/D61927

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@361896 91177308-0d34-0410-b5e6-96231b3b80d8
test/CMakeLists.txt
test/tools/llvm-lipo/help-message.test [new file with mode: 0644]
test/tools/llvm-lipo/verify-arch-macho-binary.test [new file with mode: 0644]
test/tools/llvm-lipo/verify-arch-universal-binary.test [new file with mode: 0644]
tools/llvm-lipo/CMakeLists.txt [new file with mode: 0644]
tools/llvm-lipo/LLVMBuild.txt [new file with mode: 0644]
tools/llvm-lipo/LipoOpts.td [new file with mode: 0644]
tools/llvm-lipo/llvm-lipo.cpp [new file with mode: 0644]