From dc034e28601af11df4cf80de60154aac98a9dca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Tue, 19 Sep 2023 14:06:24 +0300 Subject: [PATCH] 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. --- build-llvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-llvm.sh b/build-llvm.sh index dd6224f2..dbf71c85 100755 --- a/build-llvm.sh +++ b/build-llvm.sh @@ -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"