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

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 2 01:32:37 PST 2020


labath added a comment.

Two months isn't that long, actually.

Let's first see if there's anything else in this patch that we *can* test.

It seems like we should be able to test the remainder of the ObjectFileELF changes if we extended lldb-test to dump the architecture flags too. Can you try something like that?

And the disassembler change, I'd expect that one could be tested by just llvm-mc-ing some risc-v code and then asking lldb to disassemble it (without running anything).


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