[llvm-profdata] Show hint for other mismatch errors when merging instr profdata
authorNathan Slingerland <slingn@gmail.com>
Tue, 17 Nov 2015 23:37:09 +0000 (23:37 +0000)
committerNathan Slingerland <slingn@gmail.com>
Tue, 17 Nov 2015 23:37:09 +0000 (23:37 +0000)
commit3d2c6fc38ee4db4b1755d49413876a00ca948ac8
tree3a2508fdfb2c841bed7f6f16f1c9fce53bddb5ff
parent5dff2189414a3050580496026a9c0095634f6933
[llvm-profdata] Show hint for other mismatch errors when merging instr profdata

Missed bit of feedback from D14720.

Show the same "Make sure that all profile
data to be merged is generated from the same binary." hint for hash mismatch
and value site count mismatch as we now do for counter mismatch when merging
incompatible instrumentation profile data.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253400 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-profdata/llvm-profdata.cpp