Update LLVM to 18.1.7

This commit is contained in:
Rafal Kupiec 2024-06-07 08:10:31 +02:00
parent 9025a85bcc
commit 7075a9ad58
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

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