build-llvm: Bump to LLVM 22.1.5

This commit is contained in:
Martin Storsjö
2026-05-05 22:53:07 +03:00
parent 88885f361e
commit ba72461e23
+1 -1
View File
@@ -17,7 +17,7 @@
set -e
: ${LLVM_REPOSITORY:=https://github.com/llvm/llvm-project.git}
: ${LLVM_VERSION:=llvmorg-22.1.4}
: ${LLVM_VERSION:=llvmorg-22.1.5}
ASSERTS=OFF
unset HOST
BUILDDIR="build"