================ @@ -548,6 +557,9 @@ class ArchSpec { // these are application specific extensions like micromips, mips16 etc. uint32_t m_flags = 0; + // Holds the additional disassembly feature string. + std::string m_additional_disassembly_feature_str; ---------------- JDevlieghere wrote:
Can we make this less verbose by dropping the `additional` part? ```suggestion std::string m_disassembly_feature_str; ``` https://github.com/llvm/llvm-project/pull/147990 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits