Skip to content

Commit

Permalink
build-llvm: Bump to LLVM 17.0.1 final
Browse files Browse the repository at this point in the history
There was a minor issue with the version information in what
was tagged as 17.0.0, so 17.0.1 is the first proper stable
release on the 17.x release branch.
  • Loading branch information
mstorsjo committed Sep 19, 2023
1 parent 047b5e0 commit dc034e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-llvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

set -e

: ${LLVM_VERSION:=llvmorg-17.0.0-rc4}
: ${LLVM_VERSION:=llvmorg-17.0.1}
ASSERTS=OFF
unset HOST
BUILDDIR="build"
Expand Down

0 comments on commit dc034e2

Please sign in to comment.