-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Make -Zdump-mir dump shims #58103
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Make -Zdump-mir dump shims #58103
Conversation
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
With some help for @eddyb, this is working now. :) PR is ready for review. |
@bors r+ |
📌 Commit 53a4bb193f88a2edabadad32f4bec292b9c0426e has been approved by |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@bors r- investigating |
@bors r+ |
📌 Commit 26df5bd39993c0e43441a83329be705299d4197d has been approved by |
☔ The latest upstream changes (presumably #58316) made this pull request unmergeable. Please resolve the merge conflicts. |
26df5bd
to
544b3a1
Compare
Rebased. @bors r=eddyb |
📌 Commit 544b3a1 has been approved by |
☀️ Test successful - checks-travis, status-appveyor |
Fixes #53532 by (a) making the MIR shim generation use the MIR pass infrastructure, and (b) fixing said infrastructure to handle the fallout.
Cc @eddyb @oli-obk