Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-objcopy] Tidy up error messages | James Henderson | 2019-05-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | This patch brings various error messages into line with each other, by removing trailing full stops, and making the first letter lower-case. This addresses https://bugs.llvm.org/show_bug.cgi?id=40859. Reviewed by: jhenderson, rupprecht, jakehehrlich Differential Revision: https://reviews.llvm.org/D62072 Patch by Alex Brachet llvm-svn: 361384 | ||||
* | [llvm-objcopy] Consistently use createStringError instead of ↵ | Martin Storsjo | 2019-01-22 | 1 | -1/+1 |
| | | | | | | | | | | | | make_error<StringError> This was requested in the review of D57006. Also add missing quotes around symbol names in error messages. Differential Revision: https://reviews.llvm.org/D57014 llvm-svn: 351799 | ||||
* | [llvm-objcopy] [COFF] Add support for removing sections | Martin Storsjo | 2019-01-19 | 1 | -0/+210 |
Differential Revision: https://reviews.llvm.org/D56683 llvm-svn: 351660 |