[PATCH] [libcxxabi] Improve logging of aborts for Android.

Jon Roelofs jonathan at codesourcery.com
Mon Aug 18 18:35:59 PDT 2014


LGTM

================
Comment at: src/abort_message.cpp:15
@@ -14,1 +14,3 @@
 
+#ifdef __BIONIC__
+#include <android/set_abort_message.h>
----------------
Out of curiosity, does the android compiler define this, or does it come from a particular header?

http://reviews.llvm.org/D4964






More information about the cfe-commits mailing list