mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 02:38:37 +12:00
Minor AArch64 support changes
This commit is contained in:
parent
6501374a34
commit
a2bfd5fcfc
4 changed files with 15 additions and 9 deletions
1
3rdparty/llvm.cmake
vendored
1
3rdparty/llvm.cmake
vendored
|
@ -5,6 +5,7 @@ if(WITH_LLVM)
|
|||
if(BUILD_LLVM_SUBMODULE)
|
||||
message(STATUS "LLVM will be built from the submodule.")
|
||||
|
||||
set(LLVM_TARGETS_TO_BUILD "AArch64;X86")
|
||||
option(LLVM_BUILD_RUNTIME OFF)
|
||||
option(LLVM_BUILD_TOOLS OFF)
|
||||
option(LLVM_INCLUDE_BENCHMARKS OFF)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue