summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-lipo/replace-invalid-input.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-lipo] Add support for -arch Alexander Shaposhnikov2019-09-271-5/+5
| | | | | | | | | | Add support for -arch. Differential revision: https://reviews.llvm.org/D68116 Test plan: make check-all llvm-svn: 373132
* [llvm-lipo] Fix test on WindowsAnusha Basana2019-07-291-1/+1
| | | | | | | | | | Error message outputs with lowercase on Windows. Made test work on Widnows. For example: llvm-lipo: error: 'i386': no such file or directory llvm-svn: 367266
* [llvm-lipo] Implement -replaceAnusha Basana2019-07-291-0/+30
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
OpenPOWER on IntegriCloud