Skip to content

Commit 1461455

Browse files
committed
build-llvm: Bump to LLVM 23.1.0 final
1 parent 0e35436 commit 1461455

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-llvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
set -e
1818

1919
: ${LLVM_REPOSITORY:=https://github.com/llvm/llvm-project.git}
20-
: ${LLVM_VERSION:=llvmorg-23.1.0-rc3}
20+
: ${LLVM_VERSION:=llvmorg-23.1.0}
2121
ASSERTS=OFF
2222
unset HOST
2323
BUILDDIR="build"

0 commit comments

Comments
 (0)