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 7f5a9dc commit b911ecfCopy full SHA for b911ecf
zorg/buildbot/builders/sanitizers/buildbot_functions.sh
@@ -264,9 +264,6 @@ function build_stage2 {
264
export ASAN_OPTIONS="check_initialization_order=true"
265
llvm_use_sanitizer="Address"
266
fsanitize_flag="-fsanitize=address"
267
- # FIXME: False ODR violations in libcxx tests.
268
- # https://github.com/google/sanitizers/issues/1017
269
- cmake_libcxx_cflags="-mllvm -asan-use-private-alias=1"
270
elif [ "$sanitizer_name" == "hwasan" ]; then
271
export HWASAN_SYMBOLIZER_PATH="${llvm_symbolizer_path}"
272
export HWASAN_OPTIONS="abort_on_error=1"
0 commit comments