Skip to content

Commit 7f5a9dc

Browse files
committed
[sanitizer] Remove -hwasan-use-after-scope=1
It's already default
1 parent a93cb74 commit 7f5a9dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

zorg/buildbot/builders/sanitizers/buildbot_functions.sh

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

0 commit comments

Comments
 (0)