Skip to content

Commit 7c43daf

Browse files
committed
[sanitizer] Fix ubsan build
1 parent 655634c commit 7c43daf

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
@@ -274,7 +274,7 @@ function build_stage2 {
274274
elif [ "$sanitizer_name" == "ubsan" ]; then
275275
export UBSAN_OPTIONS="external_symbolizer_path=${llvm_symbolizer_path}:print_stacktrace=1"
276276
llvm_use_sanitizer="Undefined"
277-
fsanitize_flag="-fsanitize=address,undefined -fno-sanitize-recover=all"
277+
fsanitize_flag="-fsanitize=undefined -fno-sanitize-recover=all"
278278
# FIXME: After switching to LLVM_ENABLE_RUNTIMES, vptr has infitine
279279
# recursion.
280280
fno_sanitize_flag+=" -fno-sanitize=vptr"

0 commit comments

Comments
 (0)