You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "INFO: Need to rebuild LLVM-MLIR. Previous installation for MLIR not found"
78
78
np=`nproc`
79
79
echo "INFO: nproc $np"
80
-
git clone https://github.com/llvm/llvm-project --branch main --single-branch || exit 1
81
-
cd llvm-project || exit 1
82
-
git checkout ${LLVM_SHA} || exit 1
80
+
git clone https://github.com/llvm/llvm-project --branch main --single-branch
81
+
cd llvm-project
82
+
git checkout ${LLVM_SHA}
83
83
if [ -d "/home/runner/work/mlir-extensions/mlir-extensions/build_tools/patches" ]; then git apply /home/runner/work/mlir-extensions/mlir-extensions/build_tools/patches/*.patch; fi
0 commit comments