[Lldb-commits] [lldb] [RISCV-LLDB] RISCV feature attribute support and allows overriding additional(default) feature (PR #147990)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 8 06:18:12 PDT 2025


================
@@ -0,0 +1,10 @@
+# REQUIRES: target=riscv32-{{.*}}
+
+# RUN: %lldb -b -o "disassemble -b -n main" %p/Inputs/riscv_xqci.out | FileCheck %s
+
+# CHECK: 051f 0058 0000  qc.e.li a0, 0x58
+# CHECK: 1516              qc.extu a0, a0, 0x6, 0x0
----------------
DavidSpickett wrote:

Also CHECK-NOT to make sure you don't get unknown here. I know in theory it shouldn't be a problem but it'll prevent us printing it twice or whatever.

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


More information about the lldb-commits mailing list