build: Update to LLVM/Clang 20.

This commit is contained in:
Alex Rønne Petersen
2025-02-05 10:15:15 +01:00
parent 50cb2fa0a2
commit c712f18d74
5 changed files with 47 additions and 35 deletions

View File

@@ -132,9 +132,9 @@ else()
set(ZIG_SYSTEM_LIBCXX "stdc++" CACHE STRING "system libcxx name for build.zig")
endif()
find_package(llvm 19)
find_package(clang 19)
find_package(lld 19)
find_package(llvm 20)
find_package(clang 20)
find_package(lld 20)
if(ZIG_STATIC_ZLIB)
if (MSVC)