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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to