[Lldb-commits] [PATCH] D81589: [lldb/SymbolFile] Don't parse the whole line table for the support files

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 11 12:41:00 PDT 2020


clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.

Nice! Our DWARFUnit::GetLineTableOffset() isn't adding some extra offset to the line table offset that the LLVM parser is adding, but we can do this in a separate patch.


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

https://reviews.llvm.org/D81589





More information about the lldb-commits mailing list