Skip to content

Commit 1610eaa

Browse files
[memprof] Make Version2 officially available (#91541)
1 parent 7ec8a33 commit 1610eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/ProfileData/MemProf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ enum IndexedVersion : uint64_t {
2626
Version0 = 0,
2727
// Version 1: Added a version field to the header.
2828
Version1 = 1,
29-
// Version 2: Added a call stack table. Under development.
29+
// Version 2: Added a call stack table.
3030
Version2 = 2,
3131
};
3232

0 commit comments

Comments
 (0)