[PATCH] D130944: [llvm-profdata] Support JSON as as an output-only format

Kazu Hirata via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 9 16:04:06 PDT 2022


kazu marked 2 inline comments as done.
kazu added a comment.

I've broken up the big lambda into smaller pieces.  It should be easier to see that the output has two major parts, namely`BodySamples` and `CallsiteSamples`, with the implementation details factored out elsewhere.

PTAL. Thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130944



More information about the llvm-commits mailing list