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 Windows LLVM build for addition of LLVM_LINK_LLVM_DYLIB flag #21625

Merged
merged 2 commits into from
Apr 29, 2017

Conversation

tkelman
Copy link
Contributor

@tkelman tkelman commented Apr 29, 2017

fixes #21621, since this flag was enabled in #21498 the llvm tools have
been linking against the LLVM shared library, which means on windows the
dll has to be copied to build_depsbindir in order for llvm-config to run

fixes #21621, since this flag was enabled in #21498 the llvm tools have
been linking against the LLVM shared library, which means on windows the
dll has to be copied to build_depsbindir in order for llvm-config to run
@tkelman tkelman added kind:bugfix This change fixes an existing bug domain:building Build system, or building Julia or its dependencies system:windows Affects only Windows labels Apr 29, 2017
@tkelman tkelman requested review from vtjnash and Keno April 29, 2017 01:51
@Keno
Copy link
Member

Keno commented Apr 29, 2017

Looks fine to me. Would be nice if windows had rpath.

@tkelman
Copy link
Contributor Author

tkelman commented Apr 29, 2017

it does now in win 10, but only for elf binaries...

@tkelman tkelman merged commit 19b3f50 into master Apr 29, 2017
@tkelman tkelman deleted the tk/fix-llvm-win-build branch April 29, 2017 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:building Build system, or building Julia or its dependencies kind:bugfix This change fixes an existing bug system:windows Affects only Windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Windows from-scratch build of LLVM broken
2 participants