update cmake files to LLVM 17

This commit is contained in:
Andrew Kelley
2023-08-10 17:08:59 -07:00
parent ee4ced9683
commit 3882ce4f4b
4 changed files with 28 additions and 28 deletions

View File

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