* if they aren't going to complete the RV64GC codegen support soon,
* start working on adding support for RV64GC codegen based on
<https://github.com/lowRISC/riscv-llvm> using
- https://github.com/andestech/riscv-llvm/tree/riscv-release_50/lib/Target/RISCV
+ <https://github.com/andestech/riscv-llvm/tree/riscv-release_50/lib/Target/RISCV>
for reference.
* Add support for RV64GC on Linux to Rust in order to write the user-space
graphics driver in Rust, I can start by using andestech/riscv-llvm if