From 8046167ff764e7a500a406a970927bc24b688629 Mon Sep 17 00:00:00 2001
From: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
Date: Sun, 25 Oct 2015 16:47:47 -0700
Subject: [PATCH 2006/2008] Set abort_on_error to true by default

Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
---
 lib/asan/asan_flags.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git llvm_release_37/projects/compiler-rt/lib/asan/asan_flags.inc macports_release_37/projects/compiler-rt/lib/asan/asan_flags.inc
index 53a8a40..5cafe66 100644
--- llvm_release_37/projects/compiler-rt/lib/asan/asan_flags.inc
+++ macports_release_37/projects/compiler-rt/lib/asan/asan_flags.inc
@@ -78,7 +78,7 @@ ASAN_FLAG(bool, check_malloc_usable_size, true,
 ASAN_FLAG(bool, unmap_shadow_on_exit, false,
           "If set, explicitly unmaps the (huge) shadow at exit.")
 ASAN_FLAG(
-    bool, abort_on_error, false,
+    bool, abort_on_error, true,
     "If set, the tool calls abort() instead of _exit() after printing the "
     "error report.")
 ASAN_FLAG(bool, print_stats, false,
-- 
2.6.2

