[PATCH] D14653: [libcxx] Introduce the mechanism for fixing -fno-exceptions test failures.

scott douglass via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 19 07:55:50 PST 2015


scott-0 added a subscriber: scott-0.
scott-0 added a comment.

It would be nice if the no-exceptions library called an intermediate helper, for example `__libcxx_noexceptions_abort()`, instead of calling `abort()` directly.  Then the user and the tests could provide a replacement for `__libcxx_noexceptions_abort()` instead of `abort()` which has other uses.


http://reviews.llvm.org/D14653





More information about the cfe-commits mailing list