[compiler-rt] 14bb677 - [profile] Sync InstrProfData.inc with llvm.
Hiroshi Yamauchi via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 3 10:00:24 PDT 2020
Author: Hiroshi Yamauchi
Date: 2020-06-03T10:00:11-07:00
New Revision: 14bb6770f2c6597e61d8a696da28483c66f37aed
URL: https://github.com/llvm/llvm-project/commit/14bb6770f2c6597e61d8a696da28483c66f37aed
DIFF: https://github.com/llvm/llvm-project/commit/14bb6770f2c6597e61d8a696da28483c66f37aed.diff
LOG: [profile] Sync InstrProfData.inc with llvm.
Reviewers: davidxl
Subscribers: #sanitizers, llvm-commits
Tags: #sanitizers
Differential Revision: https://reviews.llvm.org/D81038
Added:
Modified:
compiler-rt/include/profile/InstrProfData.inc
Removed:
################################################################################
diff --git a/compiler-rt/include/profile/InstrProfData.inc b/compiler-rt/include/profile/InstrProfData.inc
index 5e5f4ff941f3..a6913527e67f 100644
--- a/compiler-rt/include/profile/InstrProfData.inc
+++ b/compiler-rt/include/profile/InstrProfData.inc
@@ -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
More information about the llvm-commits
mailing list