[PATCH] D65178: WIP: [DWARF] Collect statistics for DW_OP_entry_value

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 25 01:54:43 PDT 2019


djtodoro added a comment.

@vsk IIUC, you think the tool will be useful ? :)

> I’ll set this patch aside for now.

I think the goal of this patch is desirable for sure. In addition, I am not opposed to coexisting of this kind of stats within both of the //llvm-dwarfdump// and //llvm-locstats//, but that can be a point of discussion.

> Maybe any relevant parts can be folded into the locstats tool later.

Thanks! Those parts can be folded for sure! Just to mention, currently, there is an option in the //llvm-locstats// tool (--ignore-entry-values) that reports the debug location coverage by ignoring the debug entry values.


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

https://reviews.llvm.org/D65178





More information about the llvm-commits mailing list