summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj/WindowsResourceDumper.h
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-readobj] Teach readobj to dump .res files (WindowsResource).Marek Sokolowski2017-09-201-0/+37
This enables readobj to output Windows resource files (.res). This way, we'll be able to test .res outputs without comparing them byte-by-byte with "magic binary files" generated by MS toolchain. Differential Revision: https://reviews.llvm.org/D38058 llvm-svn: 313790
OpenPOWER on IntegriCloud