[PATCH] D148301: [memprof] Print out profile build ids in the error message.

Snehasish Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 13 22:16:02 PDT 2023


snehasish created this revision.
snehasish added a reviewer: davidxl.
Herald added a subscriber: hiraditya.
Herald added a project: All.
snehasish requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

When no --profiled-binary flag is provided we can print out the build
ids of the modules in the profile. This can help the user fetch the
correct binary from e.g. remote object store.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D148301

Files:
  llvm/include/llvm/ProfileData/RawMemProfReader.h
  llvm/lib/ProfileData/RawMemProfReader.cpp
  llvm/test/tools/llvm-profdata/memprof-buildid.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148301.513433.patch
Type: text/x-patch
Size: 4540 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230414/6eb7819d/attachment.bin>


More information about the llvm-commits mailing list