teemperor accepted this revision.
teemperor added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: lldb/source/Core/Debugger.cpp:685
 
-  m_dummy_target_sp = m_target_list.GetDummyTarget(*this);
+  {
+    ArchSpec arch(Target::GetDefaultArchitecture());
----------------
Maybe have a small comment here that summarizes the block: `// Create dummy 
target`?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90872/new/

https://reviews.llvm.org/D90872

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to