Skip to content

Commit

Permalink
Disable libc++ benchmarks with sanitizers
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka authored Nov 19, 2024
1 parent 1004843 commit a2ed09b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zorg/buildbot/builders/sanitizers/buildbot_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ function build_stage2 {
-DLLVM_ENABLE_RUNTIMES='libcxx;libcxxabi;libunwind' \
-DLIBCXX_TEST_PARAMS='long_tests=False' \
-DLIBCXXABI_USE_LLVM_UNWINDER=OFF \
-DLIBCXX_INCLUDE_BENCHMARKS=OFF \
-DLLVM_USE_SANITIZER=${llvm_use_sanitizer} \
-DCMAKE_C_FLAGS="${fsanitize_flag} ${cmake_libcxx_cflags} ${fno_sanitize_flag}" \
-DCMAKE_CXX_FLAGS="${fsanitize_flag} ${cmake_libcxx_cflags} ${fno_sanitize_flag}" \
Expand Down

0 comments on commit a2ed09b

Please sign in to comment.