Skip to content

Commit c06320d

Browse files
committed
[sanitizer] Remove -hwasan-use-after-scope=1
It's already default.
1 parent bbf3045 commit c06320d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zorg/buildbot/builders/sanitizers/buildbot_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ function build_stage2 {
268268
export HWASAN_SYMBOLIZER_PATH="${llvm_symbolizer_path}"
269269
export HWASAN_OPTIONS="abort_on_error=1"
270270
llvm_use_sanitizer="HWAddress"
271-
fsanitize_flag="-fsanitize=hwaddress -mllvm -hwasan-use-after-scope=1"
271+
fsanitize_flag="-fsanitize=hwaddress"
272272
# FIXME: Support globals with DSO https://github.com/llvm/llvm-project/issues/57206
273273
cmake_stage2_common_options+=" -DLLVM_ENABLE_PLUGINS=OFF"
274274
elif [ "$sanitizer_name" == "ubsan" ]; then

0 commit comments

Comments
 (0)