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

Dynamic LLVM #29558

Closed
brson opened this issue Nov 4, 2015 · 1 comment
Closed

Dynamic LLVM #29558

brson opened this issue Nov 4, 2015 · 1 comment

Comments

@brson
Copy link
Contributor

brson commented Nov 4, 2015

Distro's generally want to use their own system LLVM. Rust's support for this has traditionally been spotty, but we currently do CI builds with a statically-linked 3.7. There's demand for using dynamic linking for LLVM as well (Gentoo), so we'll get that working and set up CI for it too.

We'll guarantee in the future that Rust always builds with some recent release of LLVM.

See the existing PR.

re https://internals.rust-lang.org/t/perfecting-rust-packaging-the-plan/2767

@brson
Copy link
Contributor Author

brson commented Dec 28, 2015

This is done. Thanks @DiamondLovesYou

@brson brson closed this as completed Dec 28, 2015
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

No branches or pull requests

2 participants