[PATCH] D100951: [llvm-dwarfdump] Fix split-dwarf bug in stats for inlined var loc cov

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 21 09:29:17 PDT 2021


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

One comment inline.



================
Comment at: llvm/tools/llvm-dwarfdump/Statistics.cpp:727
+      // These two variables are used for tracking of location coverage
+      // for variables from inlined functions.
+      // TODO: Handle LTO cases where the abstract origin of
----------------
This comment is mostly repeats what's already in the name of the variable. It might more interesting to explain why these are being reset for each CU.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100951



More information about the llvm-commits mailing list