I’m trying to use the LLVM-based zig cc
to compile C code (and eventually other LLVM-based languages like Rust/Zig) for the R4300i / VR4300 MIPS CPU, which is the processor in the N64. But I don't see any evidence or examples of compiling for VR4300 as a target:
- the compilation guides / tools I’ve seen instruct using GCC / IDO for compilation, making no mention of LLVM-based C compilers (not even the more mainstream ones like clang).
- I don't see it listed in
zig targets
. - I don't see any way to list the valid targets available for LLVM.
Does LLVM not support the VR4300 as a compilation target? How would I find this out on my own?