summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-ar/replace.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-ar][test] Add to thin archive test coveragegbreynoo2019-12-041-0/+9
| | | | | | | | This diff adds test coverage for thin archives including additions to existing tests. In some cases I have updated the formats of these tests to better match other tests in the archive. Differential Revision: https://reviews.llvm.org/D70969
* [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-178/+178
| | | | | | Also simplify some empty output tests with 'count 0' llvm-svn: 366324
* [llvm-ar][test] Add coverage for replace and update key lettersOwen Reynolds2019-07-171-0/+178
Some more tests to increase llvm-ar test coverage, this time for replace 'r' and update 'u'. Differential Revision: https://reviews.llvm.org/D64803 llvm-svn: 366309
OpenPOWER on IntegriCloud