-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Reuse snapshot LLVM by default instead of rebuilding #5402
Comments
Nominating for milestone 5, production-ready |
probably LLVM will be on its own package, |
accepted for production-ready milestone |
visited for bug triage from 2013-07-22. Is this bug talking about hosting snapshots of the patched LLVM builds alongside our snapshots of rustc? Or is it talking about getting the snapshot from somewhere else after we have pushed our LLVM patches upstream? (I am assuming the former, since I suspect we'd be okay with hosting LLVM snapshots and do not want to give up the flexibility of patching LLVM when necessary.) |
Triage: still an issue. |
Since #10809, snapshot is statically linked and there is no "snapshot LLVM" per se. What is the plan on this now? |
I think this is probably irrelevant. Building LLVM is pretty fast lately since we stopped building so many components and with #9876 we'll provide binary nightly installers for users. |
…=flip1995 Allow let_underscore_must_use to be ignored changelog: none Fixes rust-lang#5366
For the most common use cases, it is not strictly necessary to rebuild LLVM. This will be very helpful for new users as well as for the servo bots.
The text was updated successfully, but these errors were encountered: