Skip to content

Commit a2ed09b

Browse files
authored
Disable libc++ benchmarks with sanitizers
According to llvm/llvm-project#115361 (comment)
1 parent 1004843 commit a2ed09b

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
@@ -288,6 +288,7 @@ function build_stage2 {
288288
-DLLVM_ENABLE_RUNTIMES='libcxx;libcxxabi;libunwind' \
289289
-DLIBCXX_TEST_PARAMS='long_tests=False' \
290290
-DLIBCXXABI_USE_LLVM_UNWINDER=OFF \
291+
-DLIBCXX_INCLUDE_BENCHMARKS=OFF \
291292
-DLLVM_USE_SANITIZER=${llvm_use_sanitizer} \
292293
-DCMAKE_C_FLAGS="${fsanitize_flag} ${cmake_libcxx_cflags} ${fno_sanitize_flag}" \
293294
-DCMAKE_CXX_FLAGS="${fsanitize_flag} ${cmake_libcxx_cflags} ${fno_sanitize_flag}" \

0 commit comments

Comments
 (0)