This is an archive of the discontinued LLVM Phabricator instance.

Allow TLS vars in dllimport/export functions; only inline dllimport functions when safe (PR24593)
ClosedPublic

Authored by hans on Aug 27 2015, 6:31 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

hans updated this revision to Diff 33388.Aug 27 2015, 6:31 PM
hans retitled this revision from to Allow TLS vars in dllimport/export functions; only inline dllimport functions when safe (PR24593).
hans updated this object.
hans added a reviewer: majnemer.
hans added a subscriber: cfe-commits.
majnemer accepted this revision.Aug 28 2015, 2:33 PM
majnemer edited edge metadata.

LGTM

We should probably do something about lambdas, they can't be imported or exported but this can be done in a follow up patch.

This revision is now accepted and ready to land.Aug 28 2015, 2:33 PM
This revision was automatically updated to reflect the committed changes.
hans added a comment.Sep 15 2015, 2:07 PM

We should probably do something about lambdas, they can't be imported or exported but this can be done in a follow up patch.

Follow-up in r247718.