Skip to content

Commit

Permalink
[sanitizer] Remove -asan-use-private-alias=1
Browse files Browse the repository at this point in the history
It's already default

google/sanitizers#1017
  • Loading branch information
vitalybuka committed Dec 10, 2024
1 parent 7f5a9dc commit b911ecf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions zorg/buildbot/builders/sanitizers/buildbot_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,6 @@ function build_stage2 {
export ASAN_OPTIONS="check_initialization_order=true"
llvm_use_sanitizer="Address"
fsanitize_flag="-fsanitize=address"
# FIXME: False ODR violations in libcxx tests.
# https://github.com/google/sanitizers/issues/1017
cmake_libcxx_cflags="-mllvm -asan-use-private-alias=1"
elif [ "$sanitizer_name" == "hwasan" ]; then
export HWASAN_SYMBOLIZER_PATH="${llvm_symbolizer_path}"
export HWASAN_OPTIONS="abort_on_error=1"
Expand Down

0 comments on commit b911ecf

Please sign in to comment.