[PATCH] D154655: [DebugInfo] Force users of DWARFDebugAbbrev to call parse before iterating

Felipe de Azevedo Piovezan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 12 10:04:06 PDT 2023


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

This LGTM. It doesn't change the amount of work we do in advance, nor does it prevent us from implementing a lazy approach if we can measure performance issues, and it enables error checking in the future.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154655



More information about the llvm-commits mailing list