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 0ed95ee commit db7569aCopy full SHA for db7569a
zorg/buildbot/builders/sanitizers/buildbot_functions.sh
@@ -293,7 +293,7 @@ function build_stage2 {
293
export ASAN_SYMBOLIZER_PATH="${llvm_symbolizer_path}"
294
# TODO strict_init_order=true
295
export ASAN_OPTIONS="check_initialization_order=true"
296
- export ASAN_OPTIONS+=":${san_options}"
+ export ASAN_OPTIONS+=":${san_options}:abort_on_error=0"
297
llvm_use_sanitizer="Address"
298
fsanitize_flag="-fsanitize=address"
299
elif [ "$sanitizer_name" == "hwasan" ]; then
0 commit comments