Skip to content

Weak Linkage for "ARM Alias" functions #495

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

Merged
merged 1 commit into from
Sep 29, 2022

Conversation

Lokathor
Copy link
Contributor

This adds the weak linkage attribute used in the previous PR (#385)

#[cfg_attr(all(not(windows), not(target_vendor="apple")), linkage = "weak")]

to the "ARM alias" version of a function generated by the intrinsics! macro.

The previous PR didn't catch this case.

@Lokathor
Copy link
Contributor Author

@Amanieu I'm gonna ping you since there doesn't appear to be a bot that auto-assigns a reviewer.

@Amanieu Amanieu merged commit 7c1a3d8 into rust-lang:master Sep 29, 2022
@Lokathor Lokathor deleted the more-weak-linkage branch September 29, 2022 02:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants