You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the Suggested Workflows page does not contain information on skipping the LLVM build. Can this link be corrected or removed?
(Incidentally, I'd like to know if it is possible to use the system LLVM instead of either building LLVM or downloading LLVM from Rust CI for building rustc. I wasn't able to find a definitive answer to this in the rustc-dev-guide.)
The text was updated successfully, but these errors were encountered:
Essentially you just need to set llvm-config in config.toml.
It looks like it was removed in #1030. @jyn514 I think there are legitimate use cases for needing to use the system LLVM, and having some instructions won't hurt.
Looks (to me, at least, since this is the first time I'm building rustc myself) like this does have the relevant information, in which case the link I mentioned should be changed to point to this section instead.
The prerequisites page states that
Where "this section" is a link to https://rustc-dev-guide.rust-lang.org/building/suggested.html#skipping-llvm-build.
However, the Suggested Workflows page does not contain information on skipping the LLVM build. Can this link be corrected or removed?
(Incidentally, I'd like to know if it is possible to use the system LLVM instead of either building LLVM or downloading LLVM from Rust CI for building rustc. I wasn't able to find a definitive answer to this in the rustc-dev-guide.)
The text was updated successfully, but these errors were encountered: