================
@@ -0,0 +1,10 @@
+# REQUIRES: target=riscv32-{{.*}}
+
+# RUN: %lldb -b -o "disassemble -b -n main" %p/Inputs/riscv_xqci.out |
FileCheck %s
----------------
DavidSpickett wrote:
There is also a setting:
```
target.disassembly-features -- Specify additional CPU features for
disassembling.
```
We should pull the feature list from that if `-Y` is not specified. At least, I
assume that's what we do, the help docs ideally would say so.
https://github.com/llvm/llvm-project/pull/147990
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits