[llvm] [memprof] Make Version2 officially available (PR #91541)

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Wed May 8 14:58:01 PDT 2024


https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/91541

None

>From 4ce14041f3852375bf2dc69cb68f59783ebc31cc Mon Sep 17 00:00:00 2001
From: Kazu Hirata <kazu at google.com>
Date: Wed, 24 Apr 2024 13:00:26 -0700
Subject: [PATCH] [memprof] Make Version2 officially available

---
 llvm/include/llvm/ProfileData/MemProf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/include/llvm/ProfileData/MemProf.h b/llvm/include/llvm/ProfileData/MemProf.h
index 4274f2a6849b..3ef6ca8586fb 100644
--- a/llvm/include/llvm/ProfileData/MemProf.h
+++ b/llvm/include/llvm/ProfileData/MemProf.h
@@ -26,7 +26,7 @@ enum IndexedVersion : uint64_t {
   Version0 = 0,
   // Version 1: Added a version field to the header.
   Version1 = 1,
-  // Version 2: Added a call stack table.  Under development.
+  // Version 2: Added a call stack table.
   Version2 = 2,
 };
 



More information about the llvm-commits mailing list