[Lldb-commits] [lldb] [llvm] Add support for using foreign type units in .debug_names. (PR #87740)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 5 14:24:17 PDT 2024
================
@@ -693,7 +693,6 @@ llvm::DWARFDebugAbbrev *SymbolFileDWARF::DebugAbbrev() {
if (debug_abbrev_data.GetByteSize() == 0)
return nullptr;
- ElapsedTime elapsed(m_parse_time);
----------------
bulbazord wrote:
Why remove this `ElapsedTime`?
https://github.com/llvm/llvm-project/pull/87740
More information about the lldb-commits
mailing list