[Lldb-commits] [lldb] [llvm] [lldb][RISCV] function calls support in lldb expressions (PR #99336)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 10 03:33:47 PDT 2024
================
@@ -0,0 +1,96 @@
+"""
+Test RISC-V expressions evaluation.
+"""
----------------
dlav-sc wrote:
If I'm not mistaken, I've supported all types that frontend can generate (https://github.com/llvm/llvm-project/pull/99336#issuecomment-2340245433), so these tests are no longer relevant and can be removed at all.
However, maybe there are some types I forgot about. Please, let me know if you have any suspicious.
https://github.com/llvm/llvm-project/pull/99336
More information about the lldb-commits
mailing list