[PATCH] D42207: libcxx: Define set_unexpected, _get_unexpected and __uncaught_exceptions without dllimport.

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 17 16:26:07 PST 2018


smeenai accepted this revision.
smeenai added a comment.
This revision is now accepted and ready to land.

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


https://reviews.llvm.org/D42207





More information about the llvm-commits mailing list