================
@@ -190,6 +190,7 @@ void 
CommandObjectDisassemble::CommandOptions::OptionParsingStarting(
     // architecture.  For now GetDisassemblyFlavor is really only valid for x86
     // (and for the llvm assembler plugin, but I'm papering over that since 
that
     // is the only disassembler plugin we have...
+    // this logic is also duplicated in `Handler/DisassembleRequestHandler`
----------------
JDevlieghere wrote:

```suggestion
    // This logic is duplicated in `Handler/DisassembleRequestHandler`.
```

https://github.com/llvm/llvm-project/pull/134722
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to