[PATCH] D62943: DWARF: Simplify SymbolFileDWARF::GetDWARFCompileUnit

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 10 02:14:13 PDT 2019


labath added a comment.

Thanks for reverting this. It seems I did not take into account here the fact that SymbolFileDWARFDebugMap creates CompileUnits without setting the the UserData to point to the relevant dwarf compile unit.

I'll drop this patch and implement the thing I needed this for in D63005 <https://reviews.llvm.org/D63005> differently.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62943/new/

https://reviews.llvm.org/D62943





More information about the llvm-commits mailing list