File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,6 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
6363 -D CMAKE_INSTALL_PREFIX=" ${INSTALL_DIR} " \
6464 -D CMAKE_EXE_LINKER_FLAGS=" -no-pie" \
6565 -D LLVM_ENABLE_WERROR=ON \
66- -DLLVM_BUILD_UTILS=ON \
67- -DLLVM_INCLUDE_UTILS=ON \
6866 -DLLVM_INSTALL_UTILS=ON
6967
7068start-group " ninja"
Original file line number Diff line number Diff line change @@ -49,7 +49,8 @@ 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_INSTALL_UTILS=ON
5354
5455start-group " ninja"
5556
You can’t perform that action at this time.
0 commit comments