Skip to content

Commit dc034e2

Browse files
committed
build-llvm: Bump to LLVM 17.0.1 final
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.
1 parent 047b5e0 commit dc034e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-llvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
set -e
1818

19-
: ${LLVM_VERSION:=llvmorg-17.0.0-rc4}
19+
: ${LLVM_VERSION:=llvmorg-17.0.1}
2020
ASSERTS=OFF
2121
unset HOST
2222
BUILDDIR="build"

0 commit comments

Comments
 (0)