================
@@ -531,10 +531,14 @@ class ArchSpec {
void SetFlags(const std::string &elf_abi);
+ /// Returns the subtarget feature used by the disassembler to decode
+ /// instructions based on target specific features.
const llvm::SubtargetFeatures &GetSubtargetFeatures() const {
return m_subtarget_features;
}
+ /// Sets the sub target feature that describes architecture specific
+ /// capabilities for use during instruction decoding.
----------------
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