[llvm] [memprof] Update comments for writeMemProf and its helpers (PR #92446)
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Thu May 16 13:26:11 PDT 2024
================
@@ -521,6 +532,18 @@ static Error writeMemProfV0(ProfOStream &OS,
return Error::success();
}
+// Write out MemProf Version1 as follows:
+// uint64_t Version
----------------
kazutakahirata wrote:
Thank you for the review! Added "NEW" comments.
https://github.com/llvm/llvm-project/pull/92446
More information about the llvm-commits
mailing list