summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-ar/read-only-archive.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-ar] Uncapitalize error messages and delete full stopFangrui Song2019-09-141-2/+2
| | | | | | | | | | | | 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][test] \r\n -> \nFangrui Song2019-07-171-30/+30
| | | | | | Also simplify some empty output tests with 'count 0' llvm-svn: 366324
* [llvm-ar][test] Add to llvm-ar test coverageOwen Reynolds2019-07-161-0/+30
This change adds tests to cover existing llvm-ar functionality. print.test is omitted due to failing on Darwin. Differential Revision: https://reviews.llvm.org/D64330 llvm-svn: 366209
OpenPOWER on IntegriCloud