[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
Thu Jun 11 05:57:43 PDT 2015


>I should really disconnect
>the /EHs flag and add some
>/EHexperimental-cxx-exceptions
>flag to clang-cl, honestly.

yupp that would be great - most of the "bugs" i found can be removed by disabling exceptions
- and even the try/catch user can the be then checked if buildable


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