[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 04:13:47 PDT 2025


================
@@ -14,3 +14,9 @@ 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
----------------
zcfh wrote:

Thanks for your comment, a new commit has been added.

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


More information about the llvm-commits mailing list