================
@@ -414,6 +414,145 @@ static void setSummary(IndexedInstrProf::Summary *TheSummary,
TheSummary->setEntry(I, Res[I]);
}
+namespace {
----------------
kazutakahirata wrote:
Thank you for pointing this out. Fixed in the latest iteration.
https://github.com/llvm/llvm-project/pull/87698