[PATCH] D40071: [libcxx] Implement exception_ptr on Windows without msvcprt.dll

Andrey Khalyavin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 15 04:37:20 PST 2017


halyavin created this revision.
Herald added a reviewer: EricWF.

This change removes dependency on Microsoft STL implementation but adds dependency on VC runtime implementation. We will need to evolve and add #ifdef's to this code as new versions of Visual Studio runtime will come out.

Tested on x86 and x64, llvm clang 5.0, Visual Studio 2015 runtime.


https://reviews.llvm.org/D40071

Files:
  include/exception
  src/support/runtime/exception_pointer_msvc.ipp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40071.123003.patch
Type: text/x-patch
Size: 12181 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171115/8b0c34ce/attachment.bin>


More information about the cfe-commits mailing list