-
I created a little example to experiment with C3 and Risc-V. I noticed that I get a Also, I'd be happy to jam in my example to your list of examples and do a PR if you'd find it useful. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The reason it prints that, even though I've done the work on the RISC-V ABI (which is the big thing for supporting an architecture, as LLVM will provide the rest), I haven't had access to any hardware even for just doing remote CI. It's not possible to say that a target is supported if you haven't even seen a hello world running! So if you have a working environment, I'd be happy to work with you to ensure great support for the architecture. |
Beta Was this translation helpful? Give feedback.
The reason it prints that, even though I've done the work on the RISC-V ABI (which is the big thing for supporting an architecture, as LLVM will provide the rest), I haven't had access to any hardware even for just doing remote CI.
It's not possible to say that a target is supported if you haven't even seen a hello world running!
So if you have a working environment, I'd be happy to work with you to ensure great support for the architecture.