-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Generate symbols.o for proc-macros too #142641
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
base: master
Are you sure you want to change the base?
Conversation
8d4e4ef
to
3d5a656
Compare
|
This PR modifies cc @jieyouxu Some changes occurred in compiler/rustc_codegen_ssa |
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.
Thanks
@bors r+ |
Actually, can you add a ignore-cross-compile? This can be a host-only test, right? (Context: we're trying to fix run-make to cross-by-default.) |
(r=me after) |
If run_make_support implicitly adds |
Hm right. I'll revisit the directives, but no need to block this PR on that. |
@bors r+ |
Actually, since this is not in a rollup yet, I'd like to try land #139244 first (that has been a long-standing problem). I think this might still need sth like
after #139244, @bors r- |
To ensure used statics are functioning correctly for proc-macros too.
3d5a656
to
bd2dd25
Compare
Added those test directives. @rustbot ready |
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.
Thanks
@bors r+ |
To ensure used statics are functioning correctly for proc-macros too.