[llvm] [memprof] Report an error when buildid and profile do not match (PR #132504)

via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 22 16:34:29 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.
----------------
zcfh wrote:

> Also, please avoid using force push during the review process.

Sorry I didn't notice this before and I pushed additional "fix up" commits. 
But I still used force push this time because commit `3840f787a21` had a compilation error, which caused CI to fail. The **latest commit had been reverted it**, so **I rebased the `main` branch and pushed again**.

> error log 
_bk;t=1742641953075/var/lib/buildkite-agent/builds/linux-56-59b8f5d88-2gn7t-1/llvm-project/github-pull-requests/llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp:778:5: error: no type named 'VariantKind' in 'llvm::RISCVMCExpr'; did you mean 'llvm::MCSymbolRefExpr::VariantKind'?

https://github.com/llvm/llvm-project/pull/132504


More information about the llvm-commits mailing list