[llvm] [memprof] Introduce writeMemProf (NFC) (PR #87698)

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 4 13:36:22 PDT 2024


================
@@ -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


More information about the llvm-commits mailing list