build-llvm: Bump to LLVM 22.1.3

This commit is contained in:
Martin Storsjö
2026-04-07 14:08:35 +03:00
parent 0456111453
commit 49df766757
+1 -1
View File
@@ -17,7 +17,7 @@
set -e
: ${LLVM_REPOSITORY:=https://github.com/llvm/llvm-project.git}
: ${LLVM_VERSION:=llvmorg-22.1.2}
: ${LLVM_VERSION:=llvmorg-22.1.3}
ASSERTS=OFF
unset HOST
BUILDDIR="build"