Update LLVM to 17.0.5

This commit is contained in:
Rafal Kupiec 2023-11-14 12:24:00 +01:00 committed by belliash
parent a50349eddf
commit 8d461a782e
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

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