From 921e5b0b927247cfcd8ddcf5876efc480065f4a9 Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Tue, 24 Feb 2026 14:26:11 +0100 Subject: [PATCH] Bump LLVM --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index cc1272b..69ec447 100755 --- a/build.sh +++ b/build.sh @@ -31,7 +31,7 @@ CMAKEVCS="https://gitlab.kitware.com/cmake/cmake.git" # LLVM Settings LLVMDIR="${SRCDIR}/llvm" -LLVMTAG="llvmorg-21.1.6" +LLVMTAG="llvmorg-22.1.0" LLVMVCS="https://github.com/llvm/llvm-project.git" # Mtools Settings