[all-commits] [llvm/llvm-project] d1d604: [lldb][NFC] Remove dead logging code from DWARFAST...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Fri Nov 29 03:16:42 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d1d6049e9d6600f28746379290705b02ffb52d4b
https://github.com/llvm/llvm-project/commit/d1d6049e9d6600f28746379290705b02ffb52d4b
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2019-11-29 (Fri, 29 Nov 2019)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
Log Message:
-----------
[lldb][NFC] Remove dead logging code from DWARFASTParserClang::CompleteRecordType
This code is behind a `if (log)` that is always a nullptr as the initializer
was commented out. One could uncomment the initializer code, but then this logging
code just leads to a deadlock as it tries to aquire the module lock.
This removes the logging code until I get this working again.
More information about the All-commits
mailing list