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: dyld symbol not found #759

Closed
wants to merge 1 commit into from

Conversation

@alexcrichton
Copy link
Member

Thanks for the PR, but I don't really know anything about this flag. Do you know why it's turned off by default. Do you know what the supported compiler versions are for this flag? Does it work with both clang and gcc?

@alexcrichton
Copy link
Member

I'm also not certain that this is the best place to solve this. Most shared flags for compilation happen in the cc Rust crate, so if this is a problem for all C code on AArch64 then the flag should probably go there rather than being one-off in this crate.

Again though I know nothing about this actual flag or what its affect is on codegen and stuff. I don't actually know what the best solution here is.

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.

tests fail on M1 atomics link errors on aarch64-unknown-linux-musl
2 participants