[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
Wed Jul 15 13:19:21 PDT 2015


Circling back around, I recently disabled C++ EH by default on Windows.

The slowness is probably not having /MP.

On Thu, Jun 11, 2015 at 5:57 AM, Dennis Luehring <dl.soluz at gmx.net> wrote:

> 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.
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20150715/e198174d/attachment.html>


More information about the cfe-dev mailing list