[Lldb-commits] [lldb] Remove redundant symbol lookups in IRExecutionUnit::FindInSymbols (PR #102835)

Augusto Noronha via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 12 10:04:09 PDT 2024


================
@@ -785,6 +785,10 @@ IRExecutionUnit::FindInSymbols(const std::vector<ConstString> &names,
     return LLDB_INVALID_ADDRESS;
   }
 
+  ModuleList images = target->GetImages();
----------------
augusto2112 wrote:

Oh, looks like target is already checked right before this, disregard this comment

https://github.com/llvm/llvm-project/pull/102835


More information about the lldb-commits mailing list