forked from OSchip/llvm-project
parent
a1c4deb792
commit
4265d16d45
|
@ -630,7 +630,7 @@ serializeValueProfDataFrom(ValueProfRecordClosure *Closure,
|
|||
/* Indexed profile format version (start from 1). */
|
||||
#define INSTR_PROF_INDEX_VERSION 4
|
||||
/* Coverage mapping format vresion (start from 0). */
|
||||
#define INSTR_PROF_COVMAP_VERSION 1
|
||||
#define INSTR_PROF_COVMAP_VERSION 2
|
||||
|
||||
/* Profile version is always of type uint64_t. Reserve the upper 8 bits in the
|
||||
* version for other variants of profile. We set the lowest bit of the upper 8
|
||||
|
|
Loading…
Reference in New Issue