[llvm] [memprof] Group MemProf data structures into a struct (NFC) (PR #92360)

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Thu May 16 10:35:11 PDT 2024


================
@@ -603,23 +592,17 @@ static Error writeMemProfV2(
 // uint64_t Schema entry N - 1
 // OnDiskChainedHashTable MemProfRecordData
 // OnDiskChainedHashTable MemProfFrameData
----------------
kazutakahirata wrote:

Yes, thank you for pointing this out!  The comment needs to be updated in a version-specific manner.  Let me create a separate PR.

https://github.com/llvm/llvm-project/pull/92360


More information about the llvm-commits mailing list