This is an archive of the discontinued LLVM Phabricator instance.

IRGen: Do not set dllexport on declarations.
ClosedPublic

Authored by pcc on Mar 20 2017, 6:05 PM.

Details

Summary

Setting dllexport on a declaration has no effect, as we do not emit export
directives for declarations.

Part of the fix for PR32334.

Event Timeline

pcc created this revision.Mar 20 2017, 6:05 PM
rnk accepted this revision.Mar 20 2017, 6:24 PM

Lgtm

This revision is now accepted and ready to land.Mar 20 2017, 6:24 PM
This revision was automatically updated to reflect the committed changes.