build: update to LLVM 21

Closes #20966.
This commit is contained in:
Alex Rønne Petersen
2025-07-16 04:41:14 +02:00
parent 558bea2a76
commit 008affa645
5 changed files with 66 additions and 62 deletions
+3 -3
View File
@@ -133,9 +133,9 @@ else()
set(ZIG_SYSTEM_LIBCXX "stdc++" CACHE STRING "system libcxx name for build.zig")
endif()
find_package(llvm 20)
find_package(clang 20)
find_package(lld 20)
find_package(llvm 21)
find_package(clang 21)
find_package(lld 21)
if(ZIG_STATIC_ZLIB)
if (MSVC)