File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,6 @@ def delete_module_cache(path):
121
121
config .environment ["DYLD_INSERT_LIBRARIES" ] = find_sanitizer_runtime (
122
122
"libclang_rt.asan_osx_dynamic.dylib"
123
123
)
124
- config .environment ["MallocNanoZone" ] = "0"
125
124
126
125
if "Thread" in config .llvm_use_sanitizer :
127
126
config .environment ["TSAN_OPTIONS" ] = "halt_on_error=1"
Original file line number Diff line number Diff line change 52
52
# Enable sanitizer runtime flags.
53
53
config .environment ["ASAN_OPTIONS" ] = "detect_stack_use_after_return=1"
54
54
config .environment ["TSAN_OPTIONS" ] = "halt_on_error=1"
55
- if "Darwin" in config .host_os :
56
- config .environment ["MallocNanoZone" ] = "0"
57
55
58
56
# Support running the test suite under the lldb-repro wrapper. This makes it
59
57
# possible to capture a test suite run and then rerun all the test from the
You can’t perform that action at this time.
0 commit comments