[Lldb-commits] [PATCH] D62011: Remove `SymbolFileDWARF *` when there is already `DWARFUnit *`
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 16 08:08:50 PDT 2019
labath added a comment.
Seems like a nice cleanup. Given that code code already assumed that the DWARFUnit can't be null, I'd just delete the null checks..
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62011/new/
https://reviews.llvm.org/D62011
More information about the lldb-commits
mailing list