summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-lipo/thin-universal-binary.test
Commit message (Collapse)AuthorAgeFilesLines
* [MachO] Add valid architecture functionShoaib Meenai2019-07-041-2/+2
| | | | | | | | | | | Added array of valid architectures and function returning array. Modified llvm-lipo to include list of valid architectures in error message for invalid arch. Patch by Anusha Basana <anusha.basana@gmail.com> Differential Revision: https://reviews.llvm.org/D63735 llvm-svn: 365099
* [llvm-lipo] Implement -thinShoaib Meenai2019-06-211-0/+49
Creates thin output file of specified arch_type from the fat input file. Patch by Anusha Basana <anushabasana@fb.com> Differential Revision: https://reviews.llvm.org/D63341 llvm-svn: 364107
OpenPOWER on IntegriCloud