summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_flags.inc
diff options
context:
space:
mode:
authorJuergen Ributzka <juergen@apple.com>2015-11-04 21:03:12 +0000
committerJuergen Ributzka <juergen@apple.com>2015-11-04 21:03:12 +0000
commitd7dcffaea4ba2cfa3e6582ea61e6b07ec7bd9bde (patch)
tree67fc068afaf79e84b4013081bcc36124fe5760b2 /compiler-rt/lib/sanitizer_common/sanitizer_flags.inc
parent18bf626cf7fb7635c06f69c3a0f6323722c34041 (diff)
downloadbcm5719-llvm-d7dcffaea4ba2cfa3e6582ea61e6b07ec7bd9bde.tar.gz
bcm5719-llvm-d7dcffaea4ba2cfa3e6582ea61e6b07ec7bd9bde.zip
Revert "Reapply: [asan] On OS X, log reports to syslog and os_trace"
Looks like this commit is deadlocking the ASAN tests on the green dragon bot (http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA/). llvm-svn: 252076
Diffstat (limited to 'compiler-rt/lib/sanitizer_common/sanitizer_flags.inc')
-rw-r--r--compiler-rt/lib/sanitizer_common/sanitizer_flags.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_flags.inc b/compiler-rt/lib/sanitizer_common/sanitizer_flags.inc
index 3b685db5a56..e742d854663 100644
--- a/compiler-rt/lib/sanitizer_common/sanitizer_flags.inc
+++ b/compiler-rt/lib/sanitizer_common/sanitizer_flags.inc
@@ -56,7 +56,7 @@ COMMON_FLAG(
"Mention name of executable when reporting error and "
"append executable name to logs (as in \"log_path.exe_name.pid\").")
COMMON_FLAG(
- bool, log_to_syslog, SANITIZER_ANDROID || SANITIZER_MAC,
+ bool, log_to_syslog, SANITIZER_ANDROID,
"Write all sanitizer output to syslog in addition to other means of "
"logging.")
COMMON_FLAG(
OpenPOWER on IntegriCloud