Skip to content

Commit 915fd94

Browse files
committed
Update LLVM branch
1 parent 5af30fc commit 915fd94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export JOBS=1
99
if [ -n "${1}" ]; then export JOBS="${1}"; fi
1010
echo "Using ${JOBS} cores..."
1111

12-
LLVM_BRANCH="codon-19"
12+
LLVM_BRANCH="codon"
1313
if [ ! -f "${INSTALLDIR}/bin/llvm-config" ]; then
1414
git clone --depth 1 -b "${LLVM_BRANCH}" https://github.com/exaloop/llvm-project "${SRCDIR}"
1515

0 commit comments

Comments
 (0)