[llvm] [memprof] Use CSId to construct MemProfRecord (PR #88362)
Snehasish Kumar via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 16 09:27:14 PDT 2024
================
@@ -392,6 +394,10 @@ struct IndexedMemProfRecord {
const unsigned char *Buffer,
IndexedVersion Version);
+ MemProfRecord toMemProfRecord(
----------------
snehasish wrote:
Can you add a comment to document the callback parameter?
https://github.com/llvm/llvm-project/pull/88362
More information about the llvm-commits
mailing list