From fc120f4f33a6b02d39d1525758889e0509c4d708 Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Sun, 17 Mar 2024 12:20:00 +0100 Subject: [PATCH] Update LLVM to 18.1.1 --- build-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-linux.sh b/build-linux.sh index f3d583a..b15e0e3 100755 --- a/build-linux.sh +++ b/build-linux.sh @@ -28,7 +28,7 @@ CMAKEVCS="https://gitlab.kitware.com/cmake/cmake.git" # LLVM Settings LLVMDIR="${SRCDIR}/llvm" -LLVMTAG="llvmorg-18.1.0" +LLVMTAG="llvmorg-18.1.1" LLVMVCS="https://github.com/llvm/llvm-project.git" # Make Settings