Skip to content

Commit

Permalink
Use LLVM 17 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
arshajii committed Jan 20, 2024
1 parent 7d12392 commit 54ff40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export JOBS=1
if [ -n "${1}" ]; then export JOBS="${1}"; fi
echo "Using ${JOBS} cores..."

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

Expand Down

0 comments on commit 54ff40a

Please sign in to comment.