Skip to content

Commit

Permalink
[profile] Sync InstrProfData.inc with llvm.
Browse files Browse the repository at this point in the history
Reviewers: davidxl

Subscribers: #sanitizers, llvm-commits

Tags: #sanitizers

Differential Revision: https://reviews.llvm.org/D81038
  • Loading branch information
hjyamauchi committed Jun 3, 2020
1 parent 2bbfa6b commit 14bb677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-rt/include/profile/InstrProfData.inc
Expand Up @@ -657,7 +657,7 @@ serializeValueProfDataFrom(ValueProfRecordClosure *Closure,
/* Raw profile format version (start from 1). */
#define INSTR_PROF_RAW_VERSION 5
/* Indexed profile format version (start from 1). */
#define INSTR_PROF_INDEX_VERSION 5
#define INSTR_PROF_INDEX_VERSION 6
/* Coverage mapping format version (start from 0). */
#define INSTR_PROF_COVMAP_VERSION 3

Expand Down

0 comments on commit 14bb677

Please sign in to comment.