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 4503cc3 commit 4549764Copy full SHA for 4549764
.ci/monolithic-windows.sh
@@ -49,18 +49,13 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
49
-D CMAKE_EXE_LINKER_FLAGS="/MANIFEST:NO" \
50
-D CMAKE_MODULE_LINKER_FLAGS="/MANIFEST:NO" \
51
-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
+ -D LLVM_ENABLE_RUNTIMES="${runtimes}"
56
57
start-group "ninja"
58
59
# Targets are not escaped as they are passed as separate arguments.
60
ninja -C "${BUILD_DIR}" -k 0 ${targets} |& tee ninja.log
61
62
-ninja -C "${BUILD_DIR}" -k 0 install
63
-
64
if [[ "${runtime_targets}" != "" ]]; then
65
start-group "ninja runtimes"
66
0 commit comments