Emulator Issues #9042
closedLLVM being linked incorrectly (despite no LLVM mentions in code)
0%
Description
Game Name?/Game ID?/MD5 Hash?
N/A
What's the problem? Describe what went wrong.
Attempting to compile Dolphin 5.0-rc will result in ld attempting to link against LLVM 3.7.0, albiet improperly.
This causes linking to fail.
What steps will reproduce the problem?
git clone https://github.com/dolphin-emu/dolphin.git
cd dolphin
git checkout 5.0-rc
wget https://github.com/dolphin-emu/dolphin/commit/8c5744bca705a0895bd51c966a30171ee2bab43a miniupnpc.patch
patch -ui miniupnpc.patch
mkdir build
cd build
cmake ..
make
Which versions of Dolphin did you test on? Does using an older version of Dolphin solve your issue? If yes, which versions of Dolphin used to work?
This effects 5.0-rc. Both 4.0.2 and 9999 (git) are unaffected
What are your PC specifications? (CPU, GPU, Operating System, more)
Gentoo Linux ~amd64, LLVM 3.7.0
Is there any other relevant information? (e.g. logs, screenshots,
configuration files)
See attached build log, as well as bug #9012 for patch used
Files
Updated by JosJuice about 9 years ago
- Status changed from New to Fix pending
- Milestone set to Current
An IRC discussion resulted in finding out that PR 2816 fixes it, so it just needs to be picked for stable. https://github.com/dolphin-emu/dolphin/pull/2816