[llvm] [memprof] Add MemProf version (PR #86414)
Snehasish Kumar via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 26 14:59:34 PDT 2024
================
@@ -15,6 +15,15 @@
namespace llvm {
namespace memprof {
+// The versions of the indexed MemProf format
+enum MemProfVersion {
----------------
snehasish wrote:
Perhaps call this IndexedVersion so when we spell it out with the namespace (e.g. `memprof::IndexedVersion`) it's clear to the reader which format we are referring to?
https://github.com/llvm/llvm-project/pull/86414
More information about the llvm-commits
mailing list