diff options
Diffstat (limited to 'compiler-rt/test/asan/lit.cfg')
| -rw-r--r-- | compiler-rt/test/asan/lit.cfg | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/test/asan/lit.cfg b/compiler-rt/test/asan/lit.cfg index 835547090a1..fd99f669961 100644 --- a/compiler-rt/test/asan/lit.cfg +++ b/compiler-rt/test/asan/lit.cfg @@ -34,9 +34,7 @@ default_asan_opts = '' if config.host_os == 'Darwin': # On Darwin, we default to `abort_on_error=1`, which would make tests run # much slower. Let's override this and run lit tests with 'abort_on_error=0'. - # Also, make sure we do not overwhelm the syslog while testing. default_asan_opts = 'abort_on_error=0' - default_asan_opts += ':log_to_syslog=0' if default_asan_opts: config.environment['ASAN_OPTIONS'] = default_asan_opts default_asan_opts += ':' |

