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

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 5 10:13:46 PDT 2023


phosek added a comment.

In D157913#4626007 <https://reviews.llvm.org/D157913#4626007>, @zequanwu wrote:

>> 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?
>
> With debug info correlation enabled, `__llvm_prf_names` section will only contain functions names that are not emitted to the final binary, not even in debug info.

Could we emit those names into the `.debug_str` section?


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