[Lldb-commits] [lldb] Add symbol locator time for each module in statistics (PR #137379)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 25 11:48:09 PDT 2025
GeorgeHuyubo wrote:
> I've locally applied your change on the top of tree, but I still get:
>
> ```
> lldb/source/Target/Statistics.cpp:75:39: error: use of undeclared identifier 'num_symbols_loaded'
> module.try_emplace("symbolsLoaded", num_symbols_loaded);
> ^
> 1 error generated.
> ```
>
> Would you mind looking into this? Thanks!
should be fixed now
https://github.com/llvm/llvm-project/pull/137379
More information about the lldb-commits
mailing list