[Lldb-commits] [lldb] [llvm] [lldb][RISCV] function calls support in lldb expressions (PR #99336)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 10 02:29:38 PDT 2024
================
@@ -0,0 +1,96 @@
+"""
+Test RISC-V expressions evaluation.
+"""
----------------
DavidSpickett wrote:
Yeah I'm not sure if this is known failures or known passes.
Adding skipif riscv or xfail to the known failures seems like the better option. Tip for that, the lldb tests call xfail "expectedfailure".
https://github.com/llvm/llvm-project/pull/99336
More information about the lldb-commits
mailing list