Skip to content

Commit 88f330f

Browse files
committed
build-llvm: Bump to LLVM 21.1.8
1 parent ecabce6 commit 88f330f

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
@@ -17,7 +17,7 @@
1717
set -e
1818

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

0 commit comments

Comments
 (0)