summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-lipo/Inputs
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-lipo] Implement -replaceAnusha Basana2019-07-293-0/+1502
| | | | | | | | | Replaces specified architecture in universal binary input file with slice from the file_name argument passed into the replace command. Differential Revision: https://reviews.llvm.org/D65247 llvm-svn: 367248
* [llvm-lipo] Implement alignment function in -createShoaib Meenai2019-07-252-0/+447
| | | | | | | | | | | Summary: Removes hard coded valuse for alignment in -create. Patch by Anusha Basana <anusha.basana@gmail.com> Differential Revision: https://reviews.llvm.org/D64871 llvm-svn: 366970
* [llvm-lipo] Remove trailing whitespace. NFCShoaib Meenai2019-07-195-39/+39
| | | | llvm-svn: 366595
* Reapply [llvm-lipo] Implement -create (with hardcoded alignments)Shoaib Meenai2019-07-183-0/+266
| | | | | | | | | | | | | | | | This reapplies r366142 with a fix for the failing Windows test. Original commit message: Creates universal binary output file from input files. Currently uses hard coded value for alignment. Want to get the create functionality approved before implementing the alignment function. Patch by Anusha Basana <anusha.basana@gmail.com> Differential Revision: https://reviews.llvm.org/D64102 llvm-svn: 366512
* Revert [llvm-lipo] Implement -create (with hardcoded alignments)Shoaib Meenai2019-07-153-266/+0
| | | | | | | | | This reverts r366142 (git commit 67cee1dc7ee285b03372eb818a3894d35efa7394) The test is failing on the Windows buildbots. Reverting while I investigate. llvm-svn: 366144
* [llvm-lipo] Implement -create (with hardcoded alignments)Shoaib Meenai2019-07-153-0/+266
| | | | | | | | | | | | Creates universal binary output file from input files. Currently uses hard coded value for alignment. Want to get the create functionality approved before implementing the alignment function. Patch by Anusha Basana <anusha.basana@gmail.com> Differential Revision: https://reviews.llvm.org/D64102 llvm-svn: 366142
* [llvm-lipo] Implement -thinShoaib Meenai2019-06-212-0/+280
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