-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Apple: Fix direct linking with +verbatim #132394
base: master
Are you sure you want to change the base?
Conversation
This PR modifies cc @jieyouxu |
//@ ignore-apple | ||
// Reason: linking fails due to the unusual ".ext" staticlib name. |
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.
This ignore was added in #101806, and only later rationalized when converting to rmake.
The changes itself looks reasonable to me, but I don't know the implications of |
This comment was marked as outdated.
This comment was marked as outdated.
…try> Apple: Fix direct linking with +verbatim Linking with `+verbatim` somewhat worked before, but only when the library was included as part of an rlib. Fixes rust-lang#132264. CC `@petrochenkov,` since you've worked on `+verbatim` before. `@rustbot` label O-apple A-linkage try-job: aarch64-apple try-job: x86_64-apple-2
This comment was marked as outdated.
This comment was marked as outdated.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment was marked as resolved.
This comment was marked as resolved.
Linking with +verbatim somewhat worked before, but only when the library was included as part of an rlib.
3cb4340
to
71a8af9
Compare
Fixed the tidy error now |
@bors try |
…try> Apple: Fix direct linking with +verbatim Linking with `+verbatim` somewhat worked before, but only when the library was included as part of an rlib. Fixes rust-lang#132264. CC `@petrochenkov,` since you've worked on `+verbatim` before. `@rustbot` label O-apple A-linkage try-job: aarch64-apple try-job: x86_64-apple-2
☀️ Try build successful - checks-actions |
Try job passed, feel free to r=me if petrochenkov has no further concerns. |
Please, don't merge this yet, I'll look. |
I'm tentatively against doing this, otherwise I'd merge this quickly. |
There's no haste from my side, I don't need this myself. |
Linking with
+verbatim
somewhat worked before, but only when the library was included as part of an rlib.Fixes #132264.
CC @petrochenkov, since you've worked on
+verbatim
before.@rustbot label O-apple A-linkage
try-job: aarch64-apple
try-job: x86_64-apple-2