Displaying 1 result from an estimated 1 matches for "dlibcxx_enable_exceptions".
2015 Oct 29
6
[RFC][libcxx] Fix and maintain the no-exceptions build of libcxx
...to use
all
of libcxx goodness without the overhead of exceptions (especially in
embedded
environments). I'm willing to do the necessary source / test updates and
following is my plan/proposal:
[Phase-1: Fix the build, setup build-only build bots]
Currently I cannot build libcxx with -DLIBCXX_ENABLE_EXCEPTIONS=0 due to a
small
omission in one of the sources. The following patch fixes this:
http://reviews.llvm.org/D14172
Once we get the reviewed+committed, the next step would be to have some
build-
bots setup so that we don't regress the build. I've already spoken to Renato
(copied) and he...