[llvm] 1610eaa - [memprof] Make Version2 officially available (#91541)

via llvm-commits llvm-commits at lists.llvm.org
Wed May 8 15:12:52 PDT 2024


Author: Kazu Hirata
Date: 2024-05-08T15:12:48-07:00
New Revision: 1610eaad39ad882f006f32c29771862a610f8314

URL: https://github.com/llvm/llvm-project/commit/1610eaad39ad882f006f32c29771862a610f8314
DIFF: https://github.com/llvm/llvm-project/commit/1610eaad39ad882f006f32c29771862a610f8314.diff

LOG: [memprof] Make Version2 officially available (#91541)

Added: 
    

Modified: 
    llvm/include/llvm/ProfileData/MemProf.h

Removed: 
    


################################################################################
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