[PATCH] D90006: Exposes interface to free up caching data structure in DWARFDebugLine and DWARFUnit for memory management

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 31 21:57:08 PDT 2020


dblaikie added a comment.

The main motivation for going down the D78950 <https://reviews.llvm.org/D78950> route was to ensure the code was testable (and preferably in a live codepath that other folks are using, etc) - so having some test coverage for this would still be necessary/highly preferred, though perhaps unit test coverage could be achieved/would suffice?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90006



More information about the llvm-commits mailing list