Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-strip] Hook up (unimplemented) --only-keep-debug | Jordan Rupprecht | 2019-03-14 | 1 | -0/+4 |
| | | | | | | | | For ELF, we accept but ignore --only-keep-debug. Do the same for llvm-strip. COFF does implement this, so update the test that it is supported. llvm-svn: 356207 | ||||
* | [llvm-objcopy] [COFF] Implement --only-keep-debug | Martin Storsjo | 2019-01-19 | 1 | -0/+58 |
Differential Revision: https://reviews.llvm.org/D56840 llvm-svn: 351662 |