mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 15:01:16 +01:00
68cbd2640d
967280f140f39283e9e6997ffa6426329d94f611 broke linking against libLLVM.so because it used the outdated way to link against LLVM from CMake. This causes a compilation failure on systems that don't have the LLVM static libraries, such as Arch Linux. On systems that have the static libraries, it'll use them and increase binary sizes massively. Switch to the newer llvm_config CMake macro from LLVM.