Uh oh!
There was an error while loading. Please reload this page.
Add pie as another relocation-model value - #88820
Conversation
rust-highfive
commented
Sep 10, 2021
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. |
rust-highfive
commented
Sep 10, 2021
|
This comment has been minimized.
This comment has been minimized.
And I discovered a bug already - external functions should not be marked |
2954c0b to
23dd820Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
wesleywiser
commented
Sep 20, 2021
r? @petrochenkov or @tmandry |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
petrochenkov
commented
Sep 22, 2021
Also |
This comment has been minimized.
This comment has been minimized.
petrochenkov
commented
Sep 24, 2021
r=me with commits squashed. |
hlopko
commented
Sep 27, 2021
(ftr, I believe I addressed all the comments, maybe I need to comment so bors continues with the r= command?) |
bjorn3
commented
Sep 27, 2021
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. |
hlopko
commented
Sep 27, 2021
@bjorn3 are you saying that I should squash the commits? Or bors is going to do that? |
bjorn3
commented
Sep 27, 2021
You need to squash. Bors doesn't. |
ff7d253 to
d033e9bComparehlopko
commented
Sep 27, 2021
I see, thank you! Done. |
bjorn3
commented
Sep 27, 2021
@bors r=petrochenkov |
bors
commented
Sep 27, 2021
📌 Commit d033e9b2c8d0eff1a49f4283f5c623c9503cdf10 has been approved by |
hlopko
commented
Sep 28, 2021
@bors r=petrochenkov |
bors
commented
Sep 28, 2021
@hlopko: 🔑 Insufficient privileges: Not in reviewers |
hlopko
commented
Sep 28, 2021
Had to try :) |
petrochenkov
commented
Sep 28, 2021
@bors r+ |
bors
commented
Sep 28, 2021
📌 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
Manishearth
commented
Oct 1, 2021
Failed in #89411 (comment) on x86_64-apple @bors r- |
dea3ee1 to
198d907Comparehlopko
commented
Oct 1, 2021
Restricted the codegen test only to x86_64 linux, the test doesn't make sense on mac as functions are (almost?) never marked |
petrochenkov
commented
Oct 1, 2021
@bors r+ |
bors
commented
Oct 1, 2021
📌 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