Update LLVM to 19.1.7

This commit is contained in:
Megamouse
2025-01-25 16:17:40 +01:00
parent 449c23ba4e
commit 363a225554
11 changed files with 24 additions and 12 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ if(WITH_LLVM)
set(STATIC_LINK_LLVM ON CACHE BOOL "Link against LLVM statically. This will get set to ON if you build LLVM from the submodule." FORCE)
find_package(LLVM 18.1 CONFIG)
find_package(LLVM 19.1 CONFIG)
if(NOT LLVM_FOUND)
message(FATAL_ERROR "Couldn't build LLVM from the submodule. You might need to run `git submodule update --init`")
endif()