[Lldb-commits] [lldb] [llvm] [lldb][RISCV] function calls support in lldb expressions (PR #99336)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 10 00:15:13 PDT 2024


================
@@ -0,0 +1,96 @@
+"""
+Test RISC-V expressions evaluation.
+"""
----------------
Michael137 wrote:

What happens if you run the test-suite on RISC-V? I do think it's good to document what doesn't work, but the successful cases should already be tested elsewhere. So should we just leave the unsupported function calls to test the Arch Pass failures?

https://github.com/llvm/llvm-project/pull/99336


More information about the lldb-commits mailing list