Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-objcopy] [COFF] Fix writing object files without symbols/string table | Martin Storsjo | 2019-01-11 | 1 | -0/+6 |
| | | | | | | | | | | Previously, this was broken - by setting PointerToSymbolTable to zero but still actually writing the string table length, the object file header was corrupted. Differential Revision: https://reviews.llvm.org/D56584 llvm-svn: 350926 | ||||
* | [llvm-objcopy] Initial COFF support | Martin Storsjo | 2018-12-19 | 1 | -0/+42 |
This is an initial implementation of no-op passthrough copying of COFF with objcopy. Differential Revision: https://reviews.llvm.org/D54939 llvm-svn: 349605 |