[Lldb-commits] [PATCH] D70646: Move non-DWARF code: `DWARFUnit` -> `SymbolFileDWARF`

Jan Kratochvil via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 31 07:03:01 PST 2020


jankratochvil marked an inline comment as done.
jankratochvil added a comment.

This commit broke: http://lab.llvm.org:8080/green/view/LLDB/job/lldb-cmake/7400/
Going to revert the return value refactorization.
That `DWARFDebugInfoEntry::GetDWARFDeclContext()` refactorization for return value was non-trivial and I see I did screw it up I think despite I did not want to.  It is now adding it in opposite order.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70646





More information about the lldb-commits mailing list