Skip to content

Commit 4549764

Browse files
authored
Update monolithic-windows.sh
1 parent 4503cc3 commit 4549764

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.ci/monolithic-windows.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,13 @@ 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}" \
53-
-D LLVM_BUILD_UTILS=ON \
54-
-D LLVM_INCLUDE_UTILS=ON \
55-
-D LLVM_INSTALL_UTILS=ON
52+
-D LLVM_ENABLE_RUNTIMES="${runtimes}"
5653

5754
start-group "ninja"
5855

5956
# Targets are not escaped as they are passed as separate arguments.
6057
ninja -C "${BUILD_DIR}" -k 0 ${targets} |& tee ninja.log
6158

62-
ninja -C "${BUILD_DIR}" -k 0 install
63-
6459
if [[ "${runtime_targets}" != "" ]]; then
6560
start-group "ninja runtimes"
6661

0 commit comments

Comments
 (0)