================
@@ -550,6 +554,10 @@ class ArchSpec {
// these are application specific extensions like micromips, mips16 etc.
uint32_t m_flags = 0;
+ /// Feature string containing architecture specific ISA (Instruction set
+ /// architecture) extensions present in the binary (e.g. "xqci" in RISCV).
+ /// This string is passed to the disassembler to enable accurate instruction
+ /// decoding based on the binary's supported ISA features.
----------------
tedwoodward wrote:
remove unnecessary comment
https://github.com/llvm/llvm-project/pull/147990
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits