[cfe-dev] [RFC][libcxx] Fix and maintain the no-exceptions build of libcxx

Asiri Rathnayake via cfe-dev cfe-dev at lists.llvm.org
Tue Nov 3 23:24:04 PST 2015


>
> I also want to point out that if you really want no exceptions, you're
> going to have to produce (and link to) a custom dylib; since the stuff in
> the dylib *will* throw.
>

IIUC, what you mean here is that it's not just the libcxx headers that I
need to modify, but also the library code (stuff inside libcxx/src). This
is exactly what I'm currently working on.

I have a patch in review at http://reviews.llvm.org/D14292 which makes it
possible to get this library (.so) to build.

In my follow-up patch (which fixes some test failures on this new libcxx
library build), there are changes to both the headers as well as the core
library sources.

Thanks.

- Asiri


>
> -- Marshall
>
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20151104/108bf814/attachment.html>


More information about the cfe-dev mailing list