[PATCH] D157913: [Coverage] Allow Clang coverage to be used with debug info correlation.

Ellis Hoag via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 29 10:46:24 PDT 2023


ellis added a comment.

Thanks for working on this! I've added a few other reviewers that might be interested. In particular it might conflict with the stack D138846 <https://reviews.llvm.org/D138846> IIRC
It seems that the `__llvm_prf_names` is retained in this mode. What is the overhead of this section generally? Can we instead use debug info to lookup function names?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157913



More information about the cfe-commits mailing list