[Lldb-commits] [PATCH] D40472: DWZ 07/11: Protect DWARFDebugInfo::m_compile_units by a new mutex
Jan Kratochvil via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Apr 22 11:08:32 PDT 2018
jankratochvil abandoned this revision.
jankratochvil added a comment.
Without `FileOffset` and the remapping to unique DIE offsets for each `DW_TAG_partial_unit` inclusion by `DW_TAG_imported_unit` this patch is no longer needed, as discussed in: https://lists.llvm.org/pipermail/lldb-commits/Week-of-Mon-20180409/040324.html
https://reviews.llvm.org/D40472
More information about the lldb-commits
mailing list