summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-lipo/verify-arch-universal-binary.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-lipo] Add test for -verify_archsShoaib Meenai2019-07-251-0/+1
| | | | | | | | | | | Add test to verify clean failure, exit code 1 for valid architecture not present in the universal binary. Patch by Anusha Basana <anusha.basana@gmail.com> Differential Revision: https://reviews.llvm.org/D65251 llvm-svn: 366968
* [llvm-lipo] Implement -archsShoaib Meenai2019-06-071-6/+8
| | | | | | | | | | | Displays the architecture names of an input file. Unknown architectures are represented by unknown(cputype,cpusubtype). Patch by Anusha Basana <anusha.basana@gmail.com> Differential Revision: https://reviews.llvm.org/D62753 llvm-svn: 362840
* [tools] Introduce llvm-lipoAlexander Shaposhnikov2019-05-281-0/+44
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 llvm-svn: 361896
OpenPOWER on IntegriCloud