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

via cfe-dev cfe-dev at lists.llvm.org
Thu Nov 26 09:00:59 PST 2015


Wouldn’t the better thing to do be to assert rather than call abort (like vector’s exceptions already do, for instance)?  One important use case of no-exception builds is to completely optimize out throwing paths and the checks leading to them, which wouldn’t happen if the exceptional path called abort.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20151126/cc0853dc/attachment.html>


More information about the cfe-dev mailing list