[PATCH] D135929: [profile] Add binary ids into indexed profiles
Gulfem Savrun Yeniceri via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 27 09:37:34 PDT 2022
gulfem added a comment.
In D135929#3888682 <https://reviews.llvm.org/D135929#3888682>, @alanphipps wrote:
> In D135929#3886921 <https://reviews.llvm.org/D135929#3886921>, @gulfem wrote:
>
>> We would like to simplify our coverage pipeline by using debuginfod <https://sourceware.org/elfutils/Debuginfod.html> in `llvm-cov`. When we include binary ids into indexed profiles and start using `debuginfod` in `llvm-cov`
>
> Thanks for sharing! Our downstream coverage flow is very similar to yours, and so I suspect we could also benefit from this improvement.
It looks like coverage users share a similar flow, so we expect that this work can be leveraged by other coverage users. We have custom tools/scripts that handle the workflow that I described above in Fuchsia.
If we can move some of the workflow to llvm tools like `llvm-cov`, the customization is going to be smaller. Please feel free to review the code.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135929/new/
https://reviews.llvm.org/D135929
More information about the llvm-commits
mailing list