From 270a9d57af3a0b13214ca6e2cd33a820094cd6c3 Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Tue, 14 Nov 2017 23:57:58 +0000 Subject: [profile] Update InstrProfData.inc to sync with llvm git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@318230 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/profile/InstrProfData.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/profile/InstrProfData.inc') diff --git a/lib/profile/InstrProfData.inc b/lib/profile/InstrProfData.inc index 66d63a462..6a98dc7b9 100644 --- a/lib/profile/InstrProfData.inc +++ b/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 -- cgit v1.2.3