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}" \
63
63
-D CMAKE_INSTALL_PREFIX=" ${INSTALL_DIR} " \
64
64
-D CMAKE_EXE_LINKER_FLAGS=" -no-pie" \
65
65
-D LLVM_ENABLE_WERROR=ON \
66
- -DLLVM_BUILD_UTILS=ON \
67
- -DLLVM_INCLUDE_UTILS=ON \
68
66
-DLLVM_INSTALL_UTILS=ON
69
67
70
68
start-group " ninja"
Original file line number Diff line number Diff line change @@ -49,7 +49,8 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
49
49
-D CMAKE_EXE_LINKER_FLAGS=" /MANIFEST:NO" \
50
50
-D CMAKE_MODULE_LINKER_FLAGS=" /MANIFEST:NO" \
51
51
-D CMAKE_SHARED_LINKER_FLAGS=" /MANIFEST:NO" \
52
- -D LLVM_ENABLE_RUNTIMES=" ${runtimes} "
52
+ -D LLVM_ENABLE_RUNTIMES=" ${runtimes} " \
53
+ -DLLVM_INSTALL_UTILS=ON
53
54
54
55
start-group " ninja"
55
56
You can’t perform that action at this time.
0 commit comments