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] [COFF] Remove pointless comment chars from .test files. NFC. | Martin Storsjo | 2019-01-15 | 1 | -4/+4 |
| | | | | llvm-svn: 351173 | ||||
* | [llvm-objcopy] [COFF] Fix a test matching pathnames for Windows. NFC. | Martin Storsjo | 2019-01-10 | 1 | -1/+1 |
| | | | | llvm-svn: 350899 | ||||
* | [llvm-objcopy] [COFF] Add support for removing symbols | Martin Storsjo | 2019-01-10 | 1 | -0/+5 |
Differential Revision: https://reviews.llvm.org/D55881 llvm-svn: 350893 |