From f69b0a4214290da7d1dd574278c02b61e0f12076 Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Tue, 7 Oct 2025 16:19:52 +0200 Subject: [PATCH] Update LLVM --- build.sh | 2 +- .../01-Fix-WaitForSingleObject-cast-on-MinGW.patch | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename patches/llvm/{21.1.1 => 21.1.3}/01-Fix-WaitForSingleObject-cast-on-MinGW.patch (100%) diff --git a/build.sh b/build.sh index 0e43cd4..ed5adb8 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.2" +LLVMTAG="llvmorg-21.1.3" LLVMVCS="https://github.com/llvm/llvm-project.git" # Mtools Settings diff --git a/patches/llvm/21.1.1/01-Fix-WaitForSingleObject-cast-on-MinGW.patch b/patches/llvm/21.1.3/01-Fix-WaitForSingleObject-cast-on-MinGW.patch similarity index 100% rename from patches/llvm/21.1.1/01-Fix-WaitForSingleObject-cast-on-MinGW.patch rename to patches/llvm/21.1.3/01-Fix-WaitForSingleObject-cast-on-MinGW.patch