summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-ar/invalid-command-line.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-ar] Uncapitalize error messages and delete full stopFangrui Song2019-09-141-1/+1
| | | | | | | | | | | | Most GNU binutils don't append full stops in error messages. This convention has been adopted by a bunch of LLVM binary utilities. Make llvm-ar follow the convention as well. Reviewed By: grimar Differential Revision: https://reviews.llvm.org/D67558 llvm-svn: 371912
* [llvm-ar] Fix help text test. NFC.Ben Dunbobbin2018-08-021-1/+1
| | | | | | Missed from @338703 llvm-svn: 338709
* Don't call exit from cl::PrintHelpMessage.Rafael Espindola2017-09-071-0/+1
| | | | | | | | | Most callers were not expecting the exit(0) and trying to exit with a different value. This also adds back the call to cl::PrintHelpMessage in llvm-ar. llvm-svn: 312761
* llvm-ar: exit with 1 if there is an error.Rafael Espindola2017-09-071-0/+4
This is pr34396. llvm-svn: 312752
OpenPOWER on IntegriCloud