Skip to content

Commit

Permalink
[BOLT] Fix tests
Browse files Browse the repository at this point in the history
Summary:
During a rebase function hashes changed and new profile
stopped matching functions.

(cherry picked from FBD7618919)
  • Loading branch information
maksfb committed Apr 13, 2018
1 parent dc12911 commit c13cd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bolt/ProfileReader.cpp
Expand Up @@ -63,7 +63,7 @@ ProfileReader::parseFunctionProfile(BinaryFunction &BF,

if (YamlBF.Hash != BF.hash(true, true)) {
if (opts::Verbosity >= 1)
errs() << "BOLT-WARNING: hash mismatch\n";
errs() << "BOLT-WARNING: function hash mismatch\n";
ProfileMatched = false;
}

Expand Down

0 comments on commit c13cd90

Please sign in to comment.