Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix LLVM #1422

Merged
merged 1 commit into from Oct 28, 2014
Merged

Fix LLVM #1422

merged 1 commit into from Oct 28, 2014

Conversation

randomstuff
Copy link
Contributor

$(llvm-config --ldflags) was passed to the compiler but it needs to be passed to the linker instead (-L and -l flags).

$(llvm-config --ldflags) was passed to the compiler but it needs to be
passed to the linker instead (-L and -l flags).
@Sonicadvance1
Copy link
Contributor

LGTM.
What's your distro that you're using so I can make sure to test it in the future?
I'm using Ubuntu 14.04 and its LLVM installation seems to be semi-bugged with its cmake files.

@randomstuff
Copy link
Contributor Author

I'm using Debian testing. Last time I tried using the LLVM-supplied cmake files, it was broken here as well (bug #749580).

@Sonicadvance1
Copy link
Contributor

Cool.

Sonicadvance1 added a commit that referenced this pull request Oct 28, 2014
@Sonicadvance1 Sonicadvance1 merged commit 07a8b1b into dolphin-emu:master Oct 28, 2014
@randomstuff randomstuff deleted the fix-llvm branch October 28, 2014 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants