mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
Update LLVM to 19.1.7
This commit is contained in:
parent
449c23ba4e
commit
363a225554
11 changed files with 24 additions and 12 deletions
2
3rdparty/llvm/CMakeLists.txt
vendored
2
3rdparty/llvm/CMakeLists.txt
vendored
|
@ -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()
|
||||
|
|
2
3rdparty/llvm/llvm
vendored
2
3rdparty/llvm/llvm
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff
|
||||
Subproject commit cd708029e0b2869e80abe31ddb175f7c35361f90
|
Loading…
Add table
Add a link
Reference in a new issue