This is an archive of the discontinued LLVM Phabricator instance.

[llvm-dlltool] Respect NONAME keyword
ClosedPublic

Authored by thrimbor on May 20 2019, 11:49 PM.

Details

Summary

This adds proper handling of the NONAME-keyword, which makes llvm-dlltool generate an import using the ordinal instead of the name.
Actual change done by Jannik Vogel, test added by me.

Diff Detail

Event Timeline

thrimbor created this revision.May 20 2019, 11:49 PM
thrimbor edited the summary of this revision. (Show Details)May 21 2019, 12:51 AM
mstorsjo accepted this revision.May 21 2019, 2:55 AM
mstorsjo added reviewers: ruiu, pcc.
This revision is now accepted and ready to land.May 21 2019, 2:55 AM
This revision was automatically updated to reflect the committed changes.