[Lldb-commits] [PATCH] D62732: [RISCV] Add SystemV ABI

Luís Marques via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 22 09:10:48 PDT 2020


luismarques added a comment.

In D62732#2288013 <https://reviews.llvm.org/D62732#2288013>, @JDevlieghere wrote:

> Sounds reasonable to me. Maybe it's still to early for that but have you tried running (part of) the test suite under QEMU yet? It should give you a pretty good idea of the state of things and gives you a bunch of test coverage for free. You'll probably want to consider setting up a bot for that down the road anyway.

I haven't tried that yet. When I did try to build LLVM with LLDB support under a QEMU VM (Fedora RISC-V) it failed because `CreateHostNativeRegisterContextLinux` didn't yet have a RISC-V implementation. I imagine that it might be possible to run part of the tests without solving that issue, but I added that to my TODO list anyway. I'll be able to devote more time to LLDB work around the beginning of October.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62732/new/

https://reviews.llvm.org/D62732



More information about the lldb-commits mailing list