[PATCH] D135929: [profile] Add binary ids into indexed profiles
Alan Phipps via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 27 08:57:57 PDT 2022
alanphipps added a comment.
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.
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