-
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
rustc_llvm: Require 3.9 for --link-static #37667
Conversation
Apparently stock Ubuntu 16.04 includes LLVM 3.8 which doesn't have this flag.
r? @nrc (rust_highfive has picked a reviewer for you, use r? to override) |
📌 Commit cc2c812 has been approved by |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit cc2c812 has been approved by |
Sorry about that :-( Must have mixed up the versions. |
…paric rustc_llvm: Require 3.9 for --link-static Apparently stock Ubuntu 16.04 includes LLVM 3.8 which doesn't have this flag.
BTW, the mistaken 3.8 condition made it into beta. Might this fix be backported? |
Sure! Nominating for beta |
Although now that I think about it, I'm not using rustbuild in Fedora yet, so it won't actually affect me anyway. Still, it's a trivial fix. |
Ah ok, in that case we tend to prefer backporting wherever possible (as the fix comes in 6 weeks anyway). In that case I'll un-nominate. |
Apparently stock Ubuntu 16.04 includes LLVM 3.8 which doesn't have this flag.