-
Notifications
You must be signed in to change notification settings - Fork 414
Call rustc_driver::main() for MIRI_BE_RUSTC=host #4731
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
Conversation
|
Thank you for contributing to Miri! A reviewer will take a look at your PR, typically within a week or two. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call, I like the general approach. We can also update a bunch of comments and names then, I think.
|
That's annoying that we can't use |
ae4d5f3 to
67fb490
Compare
|
|
|
@rustbot ready |
|
LGTM, thanks! r=me after adding the comment and squashing. |
This way we don't need a special case in MiriBeRustCompilerCalls. Co-Authored-By: Ralf Jung <post@ralfj.de>
67fb490 to
e6100ef
Compare
This way we don't need a special case in
MiriBeRustCompilerCalls.