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 655634c commit 7c43dafCopy full SHA for 7c43daf
zorg/buildbot/builders/sanitizers/buildbot_functions.sh
@@ -274,7 +274,7 @@ function build_stage2 {
274
elif [ "$sanitizer_name" == "ubsan" ]; then
275
export UBSAN_OPTIONS="external_symbolizer_path=${llvm_symbolizer_path}:print_stacktrace=1"
276
llvm_use_sanitizer="Undefined"
277
- fsanitize_flag="-fsanitize=address,undefined -fno-sanitize-recover=all"
+ fsanitize_flag="-fsanitize=undefined -fno-sanitize-recover=all"
278
# FIXME: After switching to LLVM_ENABLE_RUNTIMES, vptr has infitine
279
# recursion.
280
fno_sanitize_flag+=" -fno-sanitize=vptr"
0 commit comments