This is an archive of the discontinued LLVM Phabricator instance.

Implement COFF emission for parsed Windows Resource ( .res) files.
AbandonedPublic

Authored by ecbeckmann on Jun 7 2017, 3:51 PM.

Details

Reviewers
hiraditya
Summary

Add the WindowsResourceCOFFWriter class for producing the final COFF after all parsing is done.

Event Timeline

ecbeckmann created this revision.Jun 7 2017, 3:51 PM
ecbeckmann updated this revision to Diff 101848.Jun 7 2017, 9:00 PM

Put code into separate functions to be easier to read.

ecbeckmann updated this revision to Diff 101849.Jun 7 2017, 9:17 PM

Some formatting changes.

ecbeckmann abandoned this revision.Jun 8 2017, 11:41 AM

being reviewed in D34020