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

Jonathan Roelofs via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 19 10:25:06 PST 2015


jroelofs added inline comments.

================
Comment at: include/__noexcept:19
@@ +18,3 @@
+
+void __libcxx_noexceptions_abort();
+#endif // _LIBCPP_NO_EXCEPTIONS
----------------
jroelofs wrote:
> Make this:
> 
>     void __attribute__((weak)) __libcxx_noexceptions_abort();
I meant to write:

    void _LIBCPP_WEAK __libcxx_noexceptions_abort();


http://reviews.llvm.org/D14653





More information about the cfe-commits mailing list