[compiler-rt] r318230 - [profile] Update InstrProfData.inc to sync with llvm

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 14 15:57:58 PST 2017


Author: vedantk
Date: Tue Nov 14 15:57:58 2017
New Revision: 318230

URL: http://llvm.org/viewvc/llvm-project?rev=318230&view=rev
Log:
[profile] Update InstrProfData.inc to sync with llvm

Modified:
    compiler-rt/trunk/lib/profile/InstrProfData.inc

Modified: compiler-rt/trunk/lib/profile/InstrProfData.inc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/profile/InstrProfData.inc?rev=318230&r1=318229&r2=318230&view=diff
==============================================================================
--- compiler-rt/trunk/lib/profile/InstrProfData.inc (original)
+++ compiler-rt/trunk/lib/profile/InstrProfData.inc Tue Nov 14 15:57:58 2017
@@ -628,7 +628,7 @@ serializeValueProfDataFrom(ValueProfReco
 /* 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
 




More information about the llvm-commits mailing list