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 38b948b commit 73f72d3Copy full SHA for 73f72d3
.ci/monolithic-linux.sh
@@ -62,7 +62,10 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
62
-D LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS=ON \
63
-D CMAKE_INSTALL_PREFIX="${INSTALL_DIR}" \
64
-D CMAKE_EXE_LINKER_FLAGS="-no-pie" \
65
- -D LLVM_ENABLE_WERROR=ON
+ -D LLVM_ENABLE_WERROR=ON \
66
+ -DLLVM_BUILD_UTILS=ON \
67
+ -DLLVM_INCLUDE_UTILS=ON \
68
+ -DLLVM_INSTALL_UTILS=ON
69
70
start-group "ninja"
71
0 commit comments