Fangrui Song
8a468031cd
[llvm-ar] Uncapitalize error messages and delete full stop
...
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
2019-09-14 01:18:47 +00:00
Owen Reynolds
18c2671352
[llvm-ar][test] Fix move operation tests
...
This fixes two tests that did not remove existing archives
before testing due to mistyped archive names.
llvm-svn: 366908
2019-07-24 14:26:18 +00:00
Fangrui Song
62069ac310
[llvm-ar][test] \r\n -> \n
...
Also simplify some empty output tests with 'count 0'
llvm-svn: 366324
2019-07-17 13:40:42 +00:00
Owen Reynolds
3a6aaa4391
Reapply [llvm-ar][test] Increase llvm-ar test coverage
...
This reapplies 365316 without extract.test due to failing on Darwin.
Differential Revision: https://reviews.llvm.org/D63935
llvm-svn: 366206
2019-07-16 12:53:59 +00:00
JF Bastien
5a6941820b
Revert "Reapply [llvm-ar][test] Increase llvm-ar test coverage"
...
llvm-ar.extract.test has been failing on greendragon and gone unfixed.
llvm-svn: 365383
2019-07-08 20:06:36 +00:00
Owen Reynolds
1159fe3f6e
Reapply [llvm-ar][test] Increase llvm-ar test coverage
...
This change adds tests to cover existing llvm-ar functionality.
Differential Revision: https://reviews.llvm.org/D63935
llvm-svn: 365318
2019-07-08 13:41:52 +00:00
Owen Reynolds
0c5fe7a440
Revert [llvm-ar][test] Increase llvm-ar test coverage
...
Reverted due to test failures
Differential Revision: https://reviews.llvm.org/D63935
llvm-svn: 365317
2019-07-08 13:08:25 +00:00
Owen Reynolds
870d9c61b0
[llvm-ar][test] Increase llvm-ar test coverage
...
This change adds tests to cover existing llvm-ar functionality.
Differential Revision: https://reviews.llvm.org/D63935
llvm-svn: 365316
2019-07-08 12:54:24 +00:00