[Lldb-commits] [lldb] Add symbol locator time for each module in statistics (PR #137379)
Kazu Hirata via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 25 11:20:22 PDT 2025
https://github.com/kazutakahirata commented:
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!
https://github.com/llvm/llvm-project/pull/137379
More information about the lldb-commits
mailing list