Skip to content

Commit

Permalink
[sanitizer] Run fast with -fno-sanitize-recover=all
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka committed Dec 11, 2024
1 parent ff1a43f commit 95b9d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zorg/buildbot/builders/sanitizers/buildbot_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ function build_stage2 {
export ASAN_OPTIONS="check_initialization_order=true"
export UBSAN_OPTIONS="print_stacktrace=1"
llvm_use_sanitizer="Address;Undefined"
fsanitize_flag="-fsanitize=address,undefined"
fsanitize_flag="-fsanitize=address,undefined -fno-sanitize-recover=all"
# FIXME: After switching to LLVM_ENABLE_RUNTIMES, vptr has infitine
# recursion.
fno_sanitize_flag+=" -fno-sanitize=vptr"
Expand Down

0 comments on commit 95b9d22

Please sign in to comment.