From ede2449fd150b8bfdbd4f63744a818076de46b58 Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Tue, 14 Nov 2017 23:57:58 +0000 Subject: [PATCH] [profile] Update InstrProfData.inc to sync with llvm llvm-svn: 318230 --- compiler-rt/lib/profile/InstrProfData.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/lib/profile/InstrProfData.inc b/compiler-rt/lib/profile/InstrProfData.inc index 66d63a4..6a98dc7 100644 --- a/compiler-rt/lib/profile/InstrProfData.inc +++ b/compiler-rt/lib/profile/InstrProfData.inc @@ -628,7 +628,7 @@ serializeValueProfDataFrom(ValueProfRecordClosure *Closure, /* Raw profile format version (start from 1). */ #define INSTR_PROF_RAW_VERSION 4 /* Indexed profile format version (start from 1). */ -#define INSTR_PROF_INDEX_VERSION 4 +#define INSTR_PROF_INDEX_VERSION 5 /* Coverage mapping format vresion (start from 0). */ #define INSTR_PROF_COVMAP_VERSION 2 -- 2.7.4