[llvm] updated buildkite pipeline generation (PR #65574)

Mikhail Goncharov via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 13 02:32:05 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}"
----------------
metaflow wrote:

on it

https://github.com/llvm/llvm-project/pull/65574


More information about the llvm-commits mailing list