Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upDynamic LLVM #29558
Comments
steveklabnik
added
the
A-build
label
Nov 4, 2015
This comment has been minimized.
This comment has been minimized.
|
This is done. Thanks @DiamondLovesYou |
brson
closed this
Dec 28, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
brson commentedNov 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