[all-commits] [llvm/llvm-project] bc716a: Revert "Add symbol locator time for each module in...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Fri Apr 25 11:01:44 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bc716a755a9bd0e5f0b5de0da0ffcc77374690db
https://github.com/llvm/llvm-project/commit/bc716a755a9bd0e5f0b5de0da0ffcc77374690db
Author: Kazu Hirata <kazu at google.com>
Date: 2025-04-25 (Fri, 25 Apr 2025)
Changed paths:
M lldb/include/lldb/Core/Module.h
M lldb/include/lldb/Core/PluginManager.h
M lldb/include/lldb/Target/Statistics.h
M lldb/source/Core/DynamicLoader.cpp
M lldb/source/Core/ModuleList.cpp
M lldb/source/Core/PluginManager.cpp
M lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp
M lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
M lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
M lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp
M lldb/source/Plugins/SymbolVendor/PECOFF/SymbolVendorPECOFF.cpp
M lldb/source/Plugins/SymbolVendor/wasm/SymbolVendorWasm.cpp
M lldb/source/Target/Statistics.cpp
M lldb/test/Shell/Commands/command-statistics-dump.test
M lldb/unittests/Symbol/LocateSymbolFileTest.cpp
Log Message:
-----------
Revert "Add symbol locator time for each module in statistics (#134563)"
This reverts commit 070a4ae2f9bcf6967a7147ed2972f409eaa7d3a6.
Multiple buildbot failures have been reported:
https://github.com/llvm/llvm-project/pull/134563
The build fails with:
lldb/source/Target/Statistics.cpp:75:39: error: use of undeclared
identifier 'num_symbols_loaded'
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list