[PATCH] D143513: [DebugInfo] Allow parsing line tables aligned to 4 or 8-byte boundaries

Benjamin Maxwell via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 7 09:33:36 PST 2023


benmxwl-arm added a comment.

Currently this patch is using a heuristic due to the following comment, and because the unit tests currently don't create the associated units for the line tables.

  // We want to supply the Unit associated with a .debug_line[.dwo] table when
  // we dump it, if possible, but still dump the table even if there isn't a Unit.
  // Therefore, collect up handles on all the Units that point into the
  // line-table section.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143513



More information about the llvm-commits mailing list