smeenai added inline comments.

================
Comment at: src/abort_message.h:19
 
-__attribute__((visibility("hidden"), noreturn))
-       void abort_message(const char* format, ...) 
-            __attribute__((format(printf, 1, 2)));
-
+_LIBCXXABI_HIDDEN __attribute__((noreturn)) void
+abort_message(const char *format, ...) __attribute__((format(printf, 1, 2)));
----------------
EricWF wrote:
> `LIBCXXABI_NORETURN`?
That would also require changing the `__cxxabi_config.h` include to a 
`cxxabi.h` include (since that's where `_LIBCXXABI_NORETURN` is defined). Is 
that acceptable?


https://reviews.llvm.org/D26949



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

Reply via email to