-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Add pie
as another relocation-model
value
#88820
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @wesleywiser (or someone else) soon. Please see the contribution instructions for more information. |
|
This comment has been minimized.
This comment has been minimized.
And I discovered a bug already - external functions should not be marked |
2954c0b
to
23dd820
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
r? @petrochenkov or @tmandry |
Also |
This comment has been minimized.
This comment has been minimized.
r=me with commits squashed. |
(ftr, I believe I addressed all the comments, maybe I need to comment so bors continues with the r= command?) |
The comments haven't been squashed into a single commit yet. Once that is done someone with review permission will need to tell bors to merge this PR. |
@bjorn3 are you saying that I should squash the commits? Or bors is going to do that? |
You need to squash. Bors doesn't. |
ff7d253
to
d033e9b
Compare
I see, thank you! Done. |
@bors r=petrochenkov |
📌 Commit d033e9b2c8d0eff1a49f4283f5c623c9503cdf10 has been approved by |
@bors r=petrochenkov |
@hlopko: 🔑 Insufficient privileges: Not in reviewers |
Had to try :) |
@bors r+ |
📌 Commit dea3ee1 has been approved by |
…petrochenkov Add `pie` as another `relocation-model` value MCP: rust-lang/compiler-team#461
…petrochenkov Add `pie` as another `relocation-model` value MCP: rust-lang/compiler-team#461
Failed in #89411 (comment) on x86_64-apple @bors r-
|
dea3ee1
to
198d907
Compare
Restricted the codegen test only to x86_64 linux, the test doesn't make sense on mac as functions are (almost?) never marked |
@bors r+ |
📌 Commit 198d907 has been approved by |
…petrochenkov Add `pie` as another `relocation-model` value MCP: rust-lang/compiler-team#461
…arth Rollup of 6 pull requests Successful merges: - rust-lang#87868 (Added -Z randomize-layout flag) - rust-lang#88820 (Add `pie` as another `relocation-model` value) - rust-lang#89029 (feat(rustc_parse): recover from pre-RFC-2000 const generics syntax) - rust-lang#89322 (Reapply "Remove optimization_fuel_crate from Session") - rust-lang#89340 (Improve error message for `printf`-style format strings) - rust-lang#89415 (Correct caller/callsite confusion in inliner message) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
MCP: rust-lang/compiler-team#461