dolphin/Source/Core/UICommon
Guilherme Janczak 68cbd2640d
fix linking against LLVM shared library
967280f140 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.
2024-05-03 11:56:15 +00:00
..
ResourcePack Apply modernize-use-starts-ends-with 2024-04-19 14:55:29 -04:00
AutoUpdate.cpp
AutoUpdate.h
CMakeLists.txt fix linking against LLVM shared library 2024-05-03 11:56:15 +00:00
CommandLineParse.cpp
CommandLineParse.h
Disassembler.cpp Remove _M_X86 in favour of _M_X86_64 2023-11-28 23:03:20 +11:00
Disassembler.h
DiscordPresence.cpp Migrate SConfig::bWii to System. 2024-01-31 12:54:07 +01:00
DiscordPresence.h
GameFile.cpp GameList: Show (Disc 1) for first disc of two-disc games 2024-04-14 13:55:18 -07:00
GameFile.h GameList: Show (Disc 1) for first disc of two-disc games 2024-04-14 13:55:18 -07:00
GameFileCache.cpp GameList: Show (Disc 1) for first disc of two-disc games 2024-04-14 13:55:18 -07:00
GameFileCache.h GameFileCache: Use std::span with Update() 2023-12-11 11:12:09 -05:00
NetPlayIndex.cpp
NetPlayIndex.h
UICommon.cpp JitCache: Software Profiling Restoration 2024-04-09 13:43:31 -07:00
UICommon.h
USBUtils.cpp
USBUtils.h
X11Utils.cpp
X11Utils.h