diff options
Diffstat (limited to 'llvm/test/tools/llvm-profdata/count-mismatch.proftext')
-rw-r--r-- | llvm/test/tools/llvm-profdata/count-mismatch.proftext | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-profdata/count-mismatch.proftext b/llvm/test/tools/llvm-profdata/count-mismatch.proftext index 1a2e73fbffd..b42b11dbcf9 100644 --- a/llvm/test/tools/llvm-profdata/count-mismatch.proftext +++ b/llvm/test/tools/llvm-profdata/count-mismatch.proftext @@ -14,7 +14,8 @@ foo # The hash matches, but we can't combine these because the number of # counters differs. -# MERGE_ERRS: count-mismatch.proftext: foo: Function count mismatch +# MERGE_ERRS: count-mismatch.proftext: foo: Function basic block count change detected (counter mismatch) +# MERGE_ERRS: Make sure that all profile data to be merged is generated from the same binary. foo 1024 3 |