Skip to content
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

fix: avoid macOS linker error for rust_psm_on_stack_end #97

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

cdbennett
Copy link
Contributor

On macOS targets, don't define the symbol rust_psm_on_stack_end since it isn't used (and somehow this causes the build to fail).

Fixes #87

On macOS targets, don't define the symbol `rust_psm_on_stack_end`
since it isn't used (and somehow this causes the build to fail).

Fixes rust-lang#87
@nagisa nagisa merged commit f7f1e58 into rust-lang:master Sep 3, 2024
131 of 143 checks passed
@cdbennett cdbennett deleted the fix-macos-linker-error branch September 3, 2024 20:39
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.

cross build fails with "error: symbol .rust_psm_on_stack_end not attached to any (sub)section"
2 participants