[cfe-dev] Building Xerces 3.1.2 with cl-clang in VS2010/2013 is very very slow and fails

Reid Kleckner rnk at google.com
Tue Jun 9 09:43:34 PDT 2015


Try disabling C++ exceptions. The implementation suffers from problems like
these and needs LLVM IR changes to support it.

I should really disconnect the /EHs flag and add some
/EHexperimental-cxx-exceptions flag to clang-cl, honestly.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20150609/8352b624/attachment.html>


More information about the cfe-dev mailing list