rstack
rstack copied to clipboard
Add RISC-V support
Add support for RISC-V based on current platform-specific code and libunwind itself.
libunwind mentions riscv32 in its source code, but only riscv64 is currently supported. Add these code as well for possible future implementation.
We should also add riscv64 to the CI setup.