-
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: Allow target-specific default cgus #45032
Conversation
r? @pnkfelix (rust_highfive has picked a reviewer for you, use r? to override) |
☔ The latest upstream changes (presumably #45035) made this pull request unmergeable. Please resolve the merge conflicts. |
9b7bafb
to
77a4037
Compare
☔ The latest upstream changes (presumably #45064) made this pull request unmergeable. Please resolve the merge conflicts. |
r=me with conflicts resolved. |
Some targets, like msp430 and nvptx, don't work with multiple codegen units right now for bugs or fundamental reasons. To expose this allow targets to express a default. Closes rust-lang#45000
77a4037
to
5187763
Compare
@bors: r=michaelwoerister |
📌 Commit 5187763 has been approved by |
⌛ Testing commit 5187763 with merge a5508d30e83ed5f6f9431d3c5590b7339e3c8d11... |
💔 Test failed - status-travis |
@bors retry
|
rustc: Allow target-specific default cgus Some targets, like msp430 and nvptx, don't work with multiple codegen units right now for bugs or fundamental reasons. To expose this allow targets to express a default. Closes #45000
☀️ Test successful - status-appveyor, status-travis |
Some targets, like msp430 and nvptx, don't work with multiple codegen units
right now for bugs or fundamental reasons. To expose this allow targets to
express a default.
Closes #45000