summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-ar/quick-append.test
Commit message (Collapse)AuthorAgeFilesLines
* Make quick-append.test resilient to running in paths with '1.o' in the nameHans Wennborg2020-02-031-9/+9
| | | | (cherry picked from commit f00ab188f4e4214dfbecfdd8968a183e9363cefa)
* [llvm-ar][test] Add to thin archive test coveragegbreynoo2019-12-041-0/+10
| | | | | | | | 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-93/+91
| | | | | | 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/+93
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