-
Notifications
You must be signed in to change notification settings - Fork 13.3k
organize and extend forbidden target feature tests #140395
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
base: master
Are you sure you want to change the base?
Conversation
rustbot has assigned @petrochenkov. Use |
This comment has been minimized.
This comment has been minimized.
r=me with tidy fixed. |
Reminder, once the PR becomes ready for a review, use |
1b9008f
to
240cc10
Compare
The job Click to see the possible cause of the failure (guessed by this bot)
|
| | ||
= note: this feature is not stably supported; its behavior can change in the future | ||
|
||
warning: both target-abi and the triple-implied ABI are invalid, ignoring and using feature-implied ABI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@heiher any idea what this warning is about? Does it come from LLVM?
For riscv it says
Hard-float 'd' ABI can't be used for a target that doesn't support the D instruction set extension (ignoring target-abi)
which is a lot more clear. Is this trying to say the same thing?
So somehow on CI we get a bunch of extra warnings:
I don't get those when running the test locally. Is that an LLVM version thing? Does |
In particular this adds some loongarch tests for #135015, Cc @heiher
Seems like the tests change so much git does not detect the renames; a commit-by-commit review should help.