File vita3k-llvm.patch of Package vita3k
Submodule external/dynarmic contains modified content
diff --git a/external/dynarmic/CMakeLists.txt b/external/dynarmic/CMakeLists.txt
index 8e54980..8847b03 100644
--- a/external/dynarmic/CMakeLists.txt
+++ b/external/dynarmic/CMakeLists.txt
@@ -140,7 +140,8 @@ if ("x86_64" IN_LIST ARCHITECTURE)
endif()
if (DYNARMIC_USE_LLVM)
- find_package(LLVM REQUIRED CONFIG)
+ find_package(LLVM REQUIRED COMPONENTS CONFIG)
+ separate_arguments(LLVM_DEFINITIONS)
endif()
if (DYNARMIC_TESTS)