-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Description
When using -Zbuild-std=core --target=riscv64imac-unknown-nuttx-elf
I see
Hard-float 'd' ABI can't be used for a target that doesn't support the D instruction set extension (ignoring target-abi)
which seems like an indicator that something is broken.
I think LLVM is seeing a mismatch between
llvm_abiname: "lp64d".into(), |
and the lack of a
+d
infeatures: "+m,+a,+c".into(), |
But of course I don't know this target, or whether this is somehow a bug in LLVM.
cc @no1wudi
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.