Skip to content

Commit f87bde2

Browse files
[nfc] Update comment for raw profile version 10. (#87207)
- The raw profile format change is in #82711
1 parent ca68a14 commit f87bde2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/include/llvm/ProfileData/InstrProf.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,6 +1195,7 @@ namespace RawInstrProf {
11951195
// Version 7: Reorder binary id and include version in signature.
11961196
// Version 8: Use relative counter pointer.
11971197
// Version 9: Added relative bitmap bytes pointer and count used by MC/DC.
1198+
// Version 10: Added vtable, a new type of value profile data.
11981199
const uint64_t Version = INSTR_PROF_RAW_VERSION;
11991200

12001201
template <class IntPtrT> inline uint64_t getMagic();

0 commit comments

Comments
 (0)