-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
[build system] Select llvm target #38200
Comments
FWIW, for development I use ccache (pass
Just please don't change the defaullt. I'd be very upset if I spent several minutes building stage1 rustc just to learn that it can't cross compile anything. |
yeah, of course. |
This is such a niche use case, to the point that it's arguably already moot by use of What do the Rust team think? cc @alexcrichton |
Seems fine to me to add an option for this! We won't do it on the bots, but that doesn't mean it can't exist. |
Currently, llvm is built with all the possible targets including Mips, ARM... For development, we can speed the build by enabling only the native target (x86 or x86_64). Maybe it would also speed the build of rustc?
The text was updated successfully, but these errors were encountered: