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