cmake: update to LLVM 22

closes https://codeberg.org/ziglang/zig/issues/30558
This commit is contained in:
Alex Rønne Petersen
2026-01-17 05:13:13 +01:00
parent 54573e3542
commit 2b6ab59435
5 changed files with 62 additions and 46 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 21)
find_package(clang 21)
find_package(lld 21)
find_package(llvm 22)
find_package(clang 22)
find_package(lld 22)
if(ZIG_STATIC_ZLIB)
if (MSVC)