summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/lit/Suite/lit.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/lit/Suite/lit.cfg b/lldb/lit/Suite/lit.cfg
index 1e757da4f67..7bc16e9a08f 100644
--- a/lldb/lit/Suite/lit.cfg
+++ b/lldb/lit/Suite/lit.cfg
@@ -29,7 +29,7 @@ if 'Address' in config.llvm_use_sanitizer and \
runtime = os.path.join(resource_dir, 'lib', 'darwin',
'libclang_rt.asan_osx_dynamic.dylib')
config.environment['ASAN_OPTIONS'] = \
- 'detect_stack_use_after_return=1:container_overflow=0'
+ 'detect_stack_use_after_return=1'
config.environment['DYLD_INSERT_LIBRARIES'] = runtime
# Build dotest command.
OpenPOWER on IntegriCloud