Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvm-ranlib/nm: Don't print usage message except for usage errors | Sam Clegg | 2019-11-08 | 1 | -0/+3 |
| | | | | | | | Also, fix a bug in ranlib where it didn't correctly detect being run without any argument and would try to operate on the empty string. Differential Revision: https://reviews.llvm.org/D70021 | ||||
* | [llvm-ar] Removes repetition in the error message | Fangrui Song | 2019-09-20 | 1 | -0/+8 |
As per bug 40244, fixed an error where the error message was repeated. Differential Revision: https://reviews.llvm.org/D67038 Patch by Yu Jian (wyjw) llvm-svn: 372370 |