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 1004843 commit a2ed09bCopy full SHA for a2ed09b
zorg/buildbot/builders/sanitizers/buildbot_functions.sh
@@ -288,6 +288,7 @@ function build_stage2 {
288
-DLLVM_ENABLE_RUNTIMES='libcxx;libcxxabi;libunwind' \
289
-DLIBCXX_TEST_PARAMS='long_tests=False' \
290
-DLIBCXXABI_USE_LLVM_UNWINDER=OFF \
291
+ -DLIBCXX_INCLUDE_BENCHMARKS=OFF \
292
-DLLVM_USE_SANITIZER=${llvm_use_sanitizer} \
293
-DCMAKE_C_FLAGS="${fsanitize_flag} ${cmake_libcxx_cflags} ${fno_sanitize_flag}" \
294
-DCMAKE_CXX_FLAGS="${fsanitize_flag} ${cmake_libcxx_cflags} ${fno_sanitize_flag}" \
0 commit comments