File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,6 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
6161 -D COMPILER_RT_BUILD_LIBFUZZER=OFF \
6262 -D LLVM_LIT_ARGS=" -v --xunit-xml-output ${BUILD_DIR} /test-results.xml --use-unique-output-file-name --timeout=1200 --time-tests --succinct" \
6363 -D COMPILER_RT_BUILD_ORC=OFF \
64- -D CMAKE_C_COMPILER_LAUNCHER=sccache \
65- -D CMAKE_CXX_COMPILER_LAUNCHER=sccache \
6664 -D MLIR_ENABLE_BINDINGS_PYTHON=ON \
6765 -D CMAKE_EXE_LINKER_FLAGS=" /MANIFEST:NO" \
6866 -D CMAKE_MODULE_LINKER_FLAGS=" /MANIFEST:NO" \
@@ -71,6 +69,9 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
7169
7270start-group " ninja"
7371
72+ # -D CMAKE_C_COMPILER_LAUNCHER=sccache \
73+ # -D CMAKE_CXX_COMPILER_LAUNCHER=sccache \
74+
7475# Targets are not escaped as they are passed as separate arguments.
7576ninja -C " ${BUILD_DIR} " -k 0 ${targets} | & tee ninja.log
7677
You can’t perform that action at this time.
0 commit comments