Closed
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
and the lack of a
+d
inBut of course I don't know this target, or whether this is somehow a bug in LLVM.
cc @no1wudi