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 bbf3045 commit c06320dCopy full SHA for c06320d
zorg/buildbot/builders/sanitizers/buildbot_functions.sh
@@ -268,7 +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"
+ fsanitize_flag="-fsanitize=hwaddress"
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