This is an archive of the discontinued LLVM Phabricator instance.

Tighten up tests for .rsrc section emission.
ClosedPublic

Authored by ecbeckmann on Jun 30 2017, 11:21 AM.

Details

Summary

There have been bugs with the WindowsResource library, such as incorrect
symbols for addresses. Directly checking the .rsrc in the final PE will
help ensure this doesn't happen again.

Diff Detail

Repository
rL LLVM

Event Timeline

ecbeckmann created this revision.Jun 30 2017, 11:21 AM
This revision was automatically updated to reflect the committed changes.