Is there a full LLVM toolchain that can produce an object file runnable by spike (the risc-v ISA simulator)?
I found some toolchains but from what I can tell, they still require that you invoke gcc to the assembly and linkage.
Is there a reason llvm-as and lld haven’t been ported or is it just because nobody has done it yet?