[Lldb-commits] [lldb] [lldb] Add symbol/table count into statistics (PR #136226)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 22 06:44:44 PDT 2025
royitaqi wrote:
@dmpots: See the comments above and the revert of #136236. Both are about the symbol count being inconsistent under different configurations (os, linker, debug info plug-in etc; so far it's not clear what is causing the difference).
I propose that for both PR we should remove the verification about the symbol count. Reasons:
1. This PR(#136226)'s goal is to add symbol count to stats dump. The goal isn't to assure that the count is zero or not.
2. In #136236, we should drop the test case in TestStats.py, because there is no guarantee that a different configuration won't cause the symbols to be loaded during target creation.
WDYT?
https://github.com/llvm/llvm-project/pull/136226
More information about the lldb-commits
mailing list