Skip to content

Commit 727cecd

Browse files
committed
try
Created using spr 1.3.4
1 parent 4a00abb commit 727cecd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/monolithic-windows.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
8181

8282
echo "--- ninja"
8383
# Targets are not escaped as they are passed as separate arguments.
84-
ninja -C "${BUILD_DIR}" -k 0
85-
ninja -C "${BUILD_DIR}" -k 0 ${targets}
84+
#ninja -C "${BUILD_DIR}" -k 0
85+
LIT_FILTER=LTO ninja -C "${BUILD_DIR}" -k 0 check-llvm

0 commit comments

Comments
 (0)