File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
zorg/buildbot/builders/sanitizers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ function build_stage2 {
293
293
export ASAN_SYMBOLIZER_PATH=" ${llvm_symbolizer_path} "
294
294
# TODO strict_init_order=true
295
295
export ASAN_OPTIONS=" check_initialization_order=true"
296
- export ASAN_OPTIONS+=" :${san_options} :abort_on_error=0 "
296
+ export ASAN_OPTIONS+=" :${san_options} "
297
297
llvm_use_sanitizer=" Address"
298
298
fsanitize_flag=" -fsanitize=address"
299
299
elif [ " $sanitizer_name " == " hwasan" ]; then
@@ -305,7 +305,7 @@ function build_stage2 {
305
305
cmake_stage2_common_options+=" -DLLVM_ENABLE_PLUGINS=OFF"
306
306
elif [ " $sanitizer_name " == " ubsan" ]; then
307
307
export UBSAN_OPTIONS=" external_symbolizer_path=${llvm_symbolizer_path} :print_stacktrace=1"
308
- export UBSAN_OPTIONS+=" :${san_options} :abort_on_error=0 "
308
+ export UBSAN_OPTIONS+=" :${san_options} "
309
309
llvm_use_sanitizer=" Undefined"
310
310
fsanitize_flag=" -fsanitize=undefined -fno-sanitize-recover=all"
311
311
# FIXME: After switching to LLVM_ENABLE_RUNTIMES, vptr has infitine
You can’t perform that action at this time.
0 commit comments