Update LLVM to 18.1.4
All checks were successful
Builds / XTChain (push) Successful in 53m41s

This commit is contained in:
Rafal Kupiec 2024-04-21 09:38:29 +02:00
parent cd4b20b701
commit 3342b87fd0
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -28,7 +28,7 @@ CMAKEVCS="https://gitlab.kitware.com/cmake/cmake.git"
# LLVM Settings # LLVM Settings
LLVMDIR="${SRCDIR}/llvm" LLVMDIR="${SRCDIR}/llvm"
LLVMTAG="llvmorg-18.1.2" LLVMTAG="llvmorg-18.1.4"
LLVMVCS="https://github.com/llvm/llvm-project.git" LLVMVCS="https://github.com/llvm/llvm-project.git"
# Make Settings # Make Settings