fix buildbot build error.

This commit is contained in:
Rong Xu 2022-08-29 17:01:27 -07:00
parent d7ef0c3970
commit 7bc182ed8a

View File

@ -1350,7 +1350,7 @@ inline std::string getUniqueInternalLinkagePostfix(const StringRef &FName) {
llvm::APInt IntHash(128, Str.str(), 16);
return toString(IntHash, /* Radix = */ 10, /* Signed = */ false)
.insert(0, FunctionSamples::UniqSuffix);
};
}
} // end namespace llvm