We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af30fc commit 915fd94Copy full SHA for 915fd94
1 file changed
scripts/deps.sh
@@ -9,7 +9,7 @@ export JOBS=1
9
if [ -n "${1}" ]; then export JOBS="${1}"; fi
10
echo "Using ${JOBS} cores..."
11
12
-LLVM_BRANCH="codon-19"
+LLVM_BRANCH="codon"
13
if [ ! -f "${INSTALLDIR}/bin/llvm-config" ]; then
14
git clone --depth 1 -b "${LLVM_BRANCH}" https://github.com/exaloop/llvm-project "${SRCDIR}"
15
0 commit comments