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

Dmitrii Galimzianov via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 19 07:17:53 PDT 2024


DmT021 wrote:

The tricky part is in the post-processing. IRExecutionUnit::FindInSymbols wants an external symbol and falls back to an internal one after all the modules are scanned. SymbolContext::FindBestGlobalDataSymbol prefers an internal symbol if it is found in the hinted module.
Also resolution of a reexported symbol is part of the post-processing

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


More information about the lldb-commits mailing list