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

Remove incorrect sparcv9 match pattern from configure_f16_f128 #727

Merged
merged 1 commit into from
Nov 3, 2024

Conversation

beetrees
Copy link
Contributor

@beetrees beetrees commented Nov 3, 2024

sparcv9-sun-solaris (the only sparcv9- target) uses the target architecture sparc64, so this pattern will never match anything. As sparcv9-sun-solaris is a 64-bit target, it is unaffected by the LLVM issue (llvm/llvm-project#41838) so no replacement pattern needs to be added to replace "sparcv9".

@tgross35 tgross35 merged commit 0c1453b into rust-lang:master Nov 3, 2024
26 checks passed
@beetrees beetrees deleted the remove-sparcv9-pattern branch November 3, 2024 23:11
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