[compiler-rt] [llvm] [ctxprof] Prepare profile format for flat profiles (PR #129626)
Mircea Trofin via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 5 13:00:11 PST 2025
================
@@ -201,7 +205,6 @@ class PGOCtxProfileReader final {
Expected<PGOCtxProfile> loadProfiles();
};
-void convertCtxProfToYaml(raw_ostream &OS,
- const PGOCtxProfContext::CallTargetMapTy &);
+void convertCtxProfToYaml(raw_ostream &OS, const PGOCtxProfile &);
----------------
mtrofin wrote:
addressed in PR #129626
https://github.com/llvm/llvm-project/pull/129626
More information about the llvm-commits
mailing list