[llvm] updated buildkite pipeline generation (PR #65574)
Job Noorman via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 13 05:23:50 PDT 2023
================
@@ -45,4 +51,4 @@ cmake -S ${MONOREPO_ROOT}/llvm -B ${BUILD_DIR} \
-D CMAKE_CXX_COMPILER_LAUNCHER=sccache
echo "--- ninja"
-ninja -C ${BUILD_DIR} ${targets}
+ninja -C "${BUILD_DIR}" "${targets}"
----------------
mtvec wrote:
Thanks for the quick fix!
https://github.com/llvm/llvm-project/pull/65574
More information about the llvm-commits
mailing list