We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca68a14 commit f87bde2Copy full SHA for f87bde2
llvm/include/llvm/ProfileData/InstrProf.h
@@ -1195,6 +1195,7 @@ namespace RawInstrProf {
1195
// Version 7: Reorder binary id and include version in signature.
1196
// Version 8: Use relative counter pointer.
1197
// 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.
1199
const uint64_t Version = INSTR_PROF_RAW_VERSION;
1200
1201
template <class IntPtrT> inline uint64_t getMagic();
0 commit comments