summaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objcopy/COFF/Writer.cpp
AgeCommit message (Expand)Author
2019-01-15[llvm-objcopy] [COFF] Implement --strip-all[-gnu] for symbolsMartin Storsjo
2019-01-12[llvm-objcopy] [COFF] Remove pointless Reader/Writer base classes. NFC.Martin Storsjo
2019-01-11[llvm-objcopy] [COFF] Fix writing object files without symbols/string tableMartin Storsjo
2019-01-10[llvm-objcopy] [COFF] Add support for removing symbolsMartin Storsjo
2018-12-30[llvm-objcopy] [COFF] Use Error/Expected returns instead of calling reportErr...Martin Storsjo
2018-12-20[llvm-objcopy] [COFF] Avoid memcpy() with null parameters in more places. NFC.Martin Storsjo
2018-12-20[llvm-objcopy] [COFF] Don't call memcpy() with a null argument. NFC.Martin Storsjo
2018-12-19[llvm-objcopy] Initial COFF supportMartin Storsjo