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 27afb36 commit 8ca68f4Copy full SHA for 8ca68f4
zorg/buildbot/builders/sanitizers/buildbot_functions.sh
@@ -297,7 +297,7 @@ function build_stage2 {
297
${cmake_stage2_common_options} \
298
${cmake_options} \
299
-DCMAKE_INSTALL_PREFIX="${ROOT}/${libcxx_install_dir}" \
300
- -DLLVM_ENABLE_RUNTIMES='libcxx;libcxxabi;libunwind' \
+ -DLLVM_ENABLE_RUNTIMES='libcxx;libcxxabi' \
301
-DLIBCXX_TEST_PARAMS='long_tests=False' \
302
-DLIBCXX_INCLUDE_BENCHMARKS=OFF \
303
-DLLVM_USE_SANITIZER=${llvm_use_sanitizer} \
0 commit comments