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

Dmitrii Galimzianov via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 27 20:16:30 PDT 2024


DmT021 wrote:

Nope, `LoadAddressResolver` has its own logic about `eSymbolTypeUndefined` that doesn't match `FindBestGlobalDataSymbol`. And it breaks `TestWeakSymbols.TestWeakSymbolsInExpressions.test_weak_symbol_in_expr`.
At this point, I think it would be wiser to return to the original patch where I just remove module `module_sp` from a copy of `ModuleList`.

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


More information about the lldb-commits mailing list