We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0827ea commit 22f0b4eCopy full SHA for 22f0b4e
zorg/buildbot/builders/sanitizers/buildbot_functions.sh
@@ -315,7 +315,7 @@ function build_stage2 {
315
# TODO strict_init_order=true
316
export ASAN_SYMBOLIZER_PATH="${llvm_symbolizer_path}"
317
export ASAN_OPTIONS="check_initialization_order=true"
318
- export ASAN_OPTIONS+=":${san_options}:abort_on_error=0"
+ export ASAN_OPTIONS+=":${san_options}"
319
export UBSAN_OPTIONS="print_stacktrace=1"
320
llvm_use_sanitizer="Address;Undefined"
321
fsanitize_flag="-fsanitize=address,undefined -fno-sanitize-recover=all"
0 commit comments