[Lldb-commits] [PATCH] D159101: [RISC-V] Add RISC-V ABI plugin
Ted Woodward via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 30 14:58:35 PDT 2023
ted added a comment.
In D159101#4627705 <https://reviews.llvm.org/D159101#4627705>, @DavidSpickett wrote:
> I have some vague idea that maybe we could put a hack in the test suite to use the qemu-user platform instead of lldb-server. To at least give it a go, but I haven't tried it myself yet.
Downstream I've got a hack to the qemu-user platform that allows it to be automatically selected for riscv32/64-unknown-linux. I didn't think it would be appropriate upstream. So I can launch lldb with a riscv binary and do a run, and it launches qemu-riscv32/64. I'm planning on running the test suite on upstream + this patch, with that hack, and seeing what happens.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159101/new/
https://reviews.llvm.org/D159101
More information about the lldb-commits
mailing list