Skip to content

Commit bbf3045

Browse files
committed
Revert "[sanitizer] Remove -hwasan-use-after-scope=1"
Accidentally deleted additional flag. This reverts commit 7f5a9dc.
1 parent 6870a12 commit bbf3045

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zorg/buildbot/builders/sanitizers/buildbot_functions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +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"
271272
# FIXME: Support globals with DSO https://github.com/llvm/llvm-project/issues/57206
272273
cmake_stage2_common_options+=" -DLLVM_ENABLE_PLUGINS=OFF"
273274
elif [ "$sanitizer_name" == "ubsan" ]; then

0 commit comments

Comments
 (0)