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

Dennis Luehring dl.soluz at gmx.net
Tue Jun 9 11:06:11 PDT 2015


>Try disabling C++ exceptions.

Xerces uses try/catch all over the place



Am 09.06.2015 um 18:43 schrieb Reid Kleckner:
> 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.
>




More information about the cfe-dev mailing list