Skip to content

Commit 86c4f7f

Browse files
authored
Update monolithic-windows.sh
1 parent 73f72d3 commit 86c4f7f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.ci/monolithic-windows.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
4949
-D CMAKE_EXE_LINKER_FLAGS="/MANIFEST:NO" \
5050
-D CMAKE_MODULE_LINKER_FLAGS="/MANIFEST:NO" \
5151
-D CMAKE_SHARED_LINKER_FLAGS="/MANIFEST:NO" \
52-
-D LLVM_ENABLE_RUNTIMES="${runtimes}"
52+
-D LLVM_ENABLE_RUNTIMES="${runtimes}" \
53+
-DLLVM_BUILD_UTILS=ON \
54+
-DLLVM_INCLUDE_UTILS=ON \
55+
-DLLVM_INSTALL_UTILS=ON
5356

5457
start-group "ninja"
5558

0 commit comments

Comments
 (0)