This is an archive of the discontinued LLVM Phabricator instance.

Start setting dllimport/dllexport in setGVProperties
ClosedPublic

Authored by espindola on Feb 27 2018, 6:37 PM.

Details

Reviewers
echristo
Summary

This is the next step in setting dso_local for COFF.

The patch changes setGVProperties to first set dllimport/dllexport and changes a few cases that were setting dllimport/dllexport manually. With that a few more GVs are marked dso_local.

Diff Detail

Event Timeline

espindola created this revision.Feb 27 2018, 6:37 PM
espindola edited subscribers, added: cfe-commits; removed: llvm-commits.Feb 27 2018, 6:37 PM
espindola edited the summary of this revision. (Show Details)Feb 28 2018, 8:45 AM

getting phab to send an email to cfe-commits

echristo accepted this revision.Feb 28 2018, 2:22 PM

Seems reasonable to me.

This revision is now accepted and ready to land.Feb 28 2018, 2:22 PM