[llvm] [memprof] Report an error when buildid and profile do not match (PR #132504)
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 22 07:48:56 PDT 2025
================
@@ -14,3 +14,11 @@ CHECK: Build ID: [[ID:[[:xdigit:]]+]]
COM: Then match it with the profdata output.
CHECK-COUNT-1: BuildId: {{.*}}[[ID]]
+
+Test that profile build id does not match build id in the binary
+RUN: not llvm-profdata show --memory %p/Inputs/buildid.memprofraw --profiled-binary %p/Inputs/basic.memprofexe -o - 2>&1 | FileCheck %s -check-prefix=BUILDID-NOT-MATCH
+
+Test error message when profile build id does not match build id in a different binary.
----------------
teresajohnson wrote:
I meant in place of the previous comment you added above (to clarify what is different between your new llvm-profdata invocations and the earlier preexisting ones), this goes with both new invocations of llvm-profdata. Also, please avoid using force push during the review process. See https://llvm.org/docs/GitHub.html#updating-pull-requests.
https://github.com/llvm/llvm-project/pull/132504
More information about the llvm-commits
mailing list