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

llvm: fix static linking #2595

Merged
merged 1 commit into from
Nov 9, 2017

Conversation

dcbaker
Copy link
Member

@dcbaker dcbaker commented Nov 8, 2017

I left a hack patch in a pull request for LLVM, and the result is that
LLVM doesn't link with static builds. The real problem that needed
to be solved is that some distros have pkg-config for tinfo, other's
don't, so the correct solution is to use cpp_compiler.find_library if
dependency() fails.

I left a hack patch in a pull request for LLVM, and the result is that
LLVM doesn't link with static builds. The real problem was that some
distros have pkg-config for tinfo, other's don't, so the correct
solution is to use cpp_compiler.find_library if dependency() fails.
@dcbaker
Copy link
Member Author

dcbaker commented Nov 8, 2017

@jpakkane this fixes a bug in the LLVM series from me you just merged. Sorry about that.

@jpakkane jpakkane merged commit 1b6a20e into mesonbuild:master Nov 9, 2017
@dcbaker dcbaker deleted the submit/fix-llvm-static-link branch November 9, 2017 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants