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 549b618 commit 44ef405Copy full SHA for 44ef405
.ci/monolithic-windows.sh
@@ -39,7 +39,7 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
39
-D LLVM_ENABLE_ASSERTIONS=ON \
40
-D LLVM_BUILD_EXAMPLES=ON \
41
-D COMPILER_RT_BUILD_LIBFUZZER=OFF \
42
- -D LLVM_LIT_ARGS="-v --xunit-xml-output ${BUILD_DIR}/test-results.xml --use-unique-output-file-name --timeout=1200 --time-tests --quiet" \
+ -D LLVM_LIT_ARGS="-v --xunit-xml-output ${BUILD_DIR}/test-results.xml --use-unique-output-file-name --timeout=1200 --time-tests --succinct" \
43
-D COMPILER_RT_BUILD_ORC=OFF \
44
-D CMAKE_C_COMPILER_LAUNCHER=sccache \
45
-D CMAKE_CXX_COMPILER_LAUNCHER=sccache \
0 commit comments