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 warnings related to LLVM features. #7

Closed
Tracked by #6
arttet opened this issue Dec 19, 2023 · 1 comment
Closed
Tracked by #6

Fix warnings related to LLVM features. #7

arttet opened this issue Dec 19, 2023 · 1 comment
Assignees

Comments

@arttet
Copy link
Owner

arttet commented Dec 19, 2023

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.

@arttet arttet self-assigned this Dec 19, 2023
@arttet
Copy link
Owner Author

arttet commented Feb 15, 2024

It was fixed.

@arttet arttet closed this as completed Feb 15, 2024
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

No branches or pull requests

1 participant