[PATCH] D7203: [asan] Set abort_on_error=1 by default on OS X

Kostya Serebryany kcc at google.com
Mon Jul 27 12:33:11 PDT 2015


kcc accepted this revision.
kcc added a comment.

LGTM with one small comment.

Thanks for you patience!


================
Comment at: lib/asan/tests/asan_test_main.cc:18
@@ -17,1 +17,3 @@
 extern "C" const char* __asan_default_options() {
+#if defined(__APPLE__)
+  // On Darwin, we default to `abort_on_error=1`, which would make tests run
----------------
we use SANITIZER_MAC


http://reviews.llvm.org/D7203







More information about the llvm-commits mailing list