[all-commits] [llvm/llvm-project] 932d7b: [memprof] Print out profile build ids in the error...

Snehasish Kumar via All-commits all-commits at lists.llvm.org
Mon Apr 17 10:54:10 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 932d7b9ddd23bfbe9ac1e8a2dabab8e457993ed4
      https://github.com/llvm/llvm-project/commit/932d7b9ddd23bfbe9ac1e8a2dabab8e457993ed4
  Author: Snehasish Kumar <snehasishk at google.com>
  Date:   2023-04-17 (Mon, 17 Apr 2023)

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

  Log Message:
  -----------
  [memprof] Print out profile build ids in the error message.

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.

Reviewed By: tejohnson

Differential Revision: https://reviews.llvm.org/D148301




More information about the All-commits mailing list