Skip to content

Commit 95b9d22

Browse files
committed
[sanitizer] Run fast with -fno-sanitize-recover=all
1 parent ff1a43f commit 95b9d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zorg/buildbot/builders/sanitizers/buildbot_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ function build_stage2 {
283283
export ASAN_OPTIONS="check_initialization_order=true"
284284
export UBSAN_OPTIONS="print_stacktrace=1"
285285
llvm_use_sanitizer="Address;Undefined"
286-
fsanitize_flag="-fsanitize=address,undefined"
286+
fsanitize_flag="-fsanitize=address,undefined -fno-sanitize-recover=all"
287287
# FIXME: After switching to LLVM_ENABLE_RUNTIMES, vptr has infitine
288288
# recursion.
289289
fno_sanitize_flag+=" -fno-sanitize=vptr"

0 commit comments

Comments
 (0)