================
@@ -531,10 +531,14 @@ class ArchSpec {
 
   void SetFlags(const std::string &elf_abi);
 
+  /// Returns the sub target feature used by the disassembler to decode
+  /// instructions based on target specific features.
----------------
JDevlieghere wrote:

If this is camelized as "Subtarget" this should say "subtarget" or 
"sub-target": 
```suggestion
  /// Returns the subtarget feature used by the disassembler to decode
  /// instructions based on target specific features.
```

https://github.com/llvm/llvm-project/pull/147990
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to