This is an archive of the discontinued LLVM Phabricator instance.

libcxx: Define set_unexpected, _get_unexpected and __uncaught_exceptions without dllimport.
ClosedPublic

Authored by pcc on Jan 17 2018, 3:33 PM.

Details

Diff Detail

Repository
rL LLVM

Event Timeline

pcc created this revision.Jan 17 2018, 3:33 PM
smeenai accepted this revision.Jan 17 2018, 4:24 PM

Seems like an oversight on their part, since these functions will be imported from VCRUNTIME*.dll for /MD. Oh well. LGTM.

This revision is now accepted and ready to land.Jan 17 2018, 4:24 PM
This revision was automatically updated to reflect the committed changes.