Skip to content

Commit

Permalink
[memprof] Make Version2 officially available (llvm#91541)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazutakahirata committed May 8, 2024
1 parent 7ec8a33 commit 1610eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/include/llvm/ProfileData/MemProf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down

0 comments on commit 1610eaa

Please sign in to comment.