@@ -136,7 +136,7 @@ function generate-cmake-base() {
136
136
-DLIBCXX_ENABLE_WERROR=YES \
137
137
-DLIBCXXABI_ENABLE_WERROR=YES \
138
138
-DLIBUNWIND_ENABLE_WERROR=YES \
139
- -DLLVM_LIT_ARGS=" -sv --xunit-xml-output test-results.xml --timeout=1500 --time-tests" \
139
+ -DLLVM_LIT_ARGS=" -v --xunit-xml-output test-results.xml --timeout=1500 --time-tests" \
140
140
" ${@ } "
141
141
}
142
142
@@ -391,7 +391,7 @@ bootstrapping-build)
391
391
-DLLVM_TARGETS_TO_BUILD=" host" \
392
392
-DRUNTIMES_BUILD_ALLOW_DARWIN=ON \
393
393
-DLLVM_ENABLE_ASSERTIONS=ON \
394
- -DLLVM_LIT_ARGS=" -sv --xunit-xml-output test-results.xml --timeout=1500 --time-tests"
394
+ -DLLVM_LIT_ARGS=" -v --xunit-xml-output test-results.xml --timeout=1500 --time-tests"
395
395
396
396
step " Running the libc++ and libc++abi tests"
397
397
${NINJA} -vC " ${BUILD_DIR} " check-runtimes
@@ -564,7 +564,7 @@ apple-system-hardened)
564
564
-GNinja -DCMAKE_MAKE_PROGRAM=" ${NINJA} " \
565
565
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
566
566
-DCMAKE_INSTALL_PREFIX=" ${INSTALL_DIR} /cxx" \
567
- -DLLVM_LIT_ARGS=" -sv --xunit-xml-output test-results.xml --timeout=1500 --time-tests" \
567
+ -DLLVM_LIT_ARGS=" -v --xunit-xml-output test-results.xml --timeout=1500 --time-tests" \
568
568
-DLLVM_ENABLE_RUNTIMES=" libcxx;libcxxabi" \
569
569
-DLIBCXX_CXX_ABI=libcxxabi \
570
570
-C " ${MONOREPO_ROOT} /libcxx/cmake/caches/Apple.cmake" \
@@ -580,7 +580,7 @@ apple-system-hardened)
580
580
-GNinja -DCMAKE_MAKE_PROGRAM=" ${NINJA} " \
581
581
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
582
582
-DCMAKE_INSTALL_PREFIX=" ${INSTALL_DIR} /unwind" \
583
- -DLLVM_LIT_ARGS=" -sv --xunit-xml-output test-results.xml --timeout=1500 --time-tests" \
583
+ -DLLVM_LIT_ARGS=" -v --xunit-xml-output test-results.xml --timeout=1500 --time-tests" \
584
584
-DLLVM_ENABLE_RUNTIMES=" libunwind" \
585
585
-DLIBUNWIND_TEST_CONFIG=" apple-libunwind-system.cfg.in" \
586
586
-DLIBUNWIND_TEST_PARAMS=" ${params} " \
@@ -610,7 +610,7 @@ apple-system)
610
610
-GNinja -DCMAKE_MAKE_PROGRAM=" ${NINJA} " \
611
611
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
612
612
-DCMAKE_INSTALL_PREFIX=" ${INSTALL_DIR} /cxx" \
613
- -DLLVM_LIT_ARGS=" -sv --xunit-xml-output test-results.xml --timeout=1500 --time-tests" \
613
+ -DLLVM_LIT_ARGS=" -v --xunit-xml-output test-results.xml --timeout=1500 --time-tests" \
614
614
-DLLVM_ENABLE_RUNTIMES=" libcxx;libcxxabi" \
615
615
-DLIBCXX_CXX_ABI=libcxxabi \
616
616
-C " ${MONOREPO_ROOT} /libcxx/cmake/caches/Apple.cmake" \
@@ -626,7 +626,7 @@ apple-system)
626
626
-GNinja -DCMAKE_MAKE_PROGRAM=" ${NINJA} " \
627
627
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
628
628
-DCMAKE_INSTALL_PREFIX=" ${INSTALL_DIR} /unwind" \
629
- -DLLVM_LIT_ARGS=" -sv --xunit-xml-output test-results.xml --timeout=1500 --time-tests" \
629
+ -DLLVM_LIT_ARGS=" -v --xunit-xml-output test-results.xml --timeout=1500 --time-tests" \
630
630
-DLLVM_ENABLE_RUNTIMES=" libunwind" \
631
631
-DLIBUNWIND_TEST_CONFIG=" apple-libunwind-system.cfg.in" \
632
632
-DLIBUNWIND_TEST_PARAMS=" ${params} " \
0 commit comments