summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objcopy/COFF/Writer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-objcopy] [COFF] Use Error/Expected returns instead of calling reportErr...Martin Storsjo2018-12-301-20/+17
* [llvm-objcopy] [COFF] Avoid memcpy() with null parameters in more places. NFC.Martin Storsjo2018-12-201-4/+4
* [llvm-objcopy] [COFF] Don't call memcpy() with a null argument. NFC.Martin Storsjo2018-12-201-1/+2
* [llvm-objcopy] Initial COFF supportMartin Storsjo2018-12-191-0/+318
OpenPOWER on IntegriCloud