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 b911ecf commit eda2daeCopy full SHA for eda2dae
zorg/buildbot/builders/sanitizers/buildbot_functions.sh
@@ -280,6 +280,7 @@ function build_stage2 {
280
elif [ "$sanitizer_name" == "asan_ubsan" ]; then
281
export ASAN_SYMBOLIZER_PATH="${llvm_symbolizer_path}"
282
export ASAN_OPTIONS="check_initialization_order=true"
283
+ export UBSAN_OPTIONS="print_stacktrace=1"
284
llvm_use_sanitizer="Address;Undefined"
285
fsanitize_flag="-fsanitize=address,undefined"
286
# FIXME: After switching to LLVM_ENABLE_RUNTIMES, vptr has infitine
0 commit comments