We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/rust-lang/rust/blob/32f5db98909de7bfb23cad3a48f740b99a19b01c/compiler/rustc_target/src/spec/targets/arm64e_apple_ios.rs#L15
'+paca' is not a recognized feature for this target (ignoring feature) '+pacg' is not a recognized feature for this target (ignoring feature)
Needs to use the +pauth feature from LLVM.
+pauth
The text was updated successfully, but these errors were encountered:
It was fixed.
Sorry, something went wrong.
arttet
No branches or pull requests
https://github.com/rust-lang/rust/blob/32f5db98909de7bfb23cad3a48f740b99a19b01c/compiler/rustc_target/src/spec/targets/arm64e_apple_ios.rs#L15
Needs to use the
+pauth
feature from LLVM.The text was updated successfully, but these errors were encountered: