Skip to content

Commit 9610c61

Browse files
committed
build-llvm: Bump to LLVM 22.1.0 final
1 parent 1d8aa59 commit 9610c61

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-22.1.0-rc3}
20+
: ${LLVM_VERSION:=llvmorg-22.1.0}
2121
ASSERTS=OFF
2222
unset HOST
2323
BUILDDIR="build"

0 commit comments

Comments
 (0)