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 6870a12 commit bbf3045Copy full SHA for bbf3045
zorg/buildbot/builders/sanitizers/buildbot_functions.sh
@@ -268,6 +268,7 @@ function build_stage2 {
268
export HWASAN_SYMBOLIZER_PATH="${llvm_symbolizer_path}"
269
export HWASAN_OPTIONS="abort_on_error=1"
270
llvm_use_sanitizer="HWAddress"
271
+ fsanitize_flag="-fsanitize=hwaddress -mllvm -hwasan-use-after-scope=1"
272
# FIXME: Support globals with DSO https://github.com/llvm/llvm-project/issues/57206
273
cmake_stage2_common_options+=" -DLLVM_ENABLE_PLUGINS=OFF"
274
elif [ "$sanitizer_name" == "ubsan" ]; then
0 commit comments