[compiler-rt] [llvm] [ctxprof] Prepare profile format for flat profiles (PR #129626)
Snehasish Kumar via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 4 19:13:25 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 &);
----------------
snehasish wrote:
nit: name the second param too.
https://github.com/llvm/llvm-project/pull/129626
More information about the llvm-commits
mailing list