Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [MachO] Add valid architecture function | Shoaib Meenai | 2019-07-04 | 1 | -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 -thin | Shoaib Meenai | 2019-06-21 | 1 | -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 |