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

Minor nit but LGTM



================
Comment at: lldb/source/Commands/CommandObjectMemory.cpp:1707
+    ConstString name = range_info.GetName();
+    ConstString section_name;
+    lldb::addr_t resolve_addr = load_addr;
----------------
Can we move this down, closer to where it's being used?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111791

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

Reply via email to