================
@@ -537,6 +537,15 @@ class ArchSpec {
 
   void SetFlags(const std::string &elf_abi);
 
+  // Sets the target specific disassembly feature string
+  // for ELF disassembly.
----------------
JDevlieghere wrote:

At the ArchSpec level, the fact that this is coming from ELF is an 
implementation detail. 
```suggestion
  // Sets the target specific disassembly feature string.
```

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

Reply via email to