[compiler-rt] r313599 - [profile] Update InstrProfData.inc
Vedant Kumar via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 18 16:37:32 PDT 2017
Author: vedantk
Date: Mon Sep 18 16:37:32 2017
New Revision: 313599
URL: http://llvm.org/viewvc/llvm-project?rev=313599&view=rev
Log:
[profile] Update InstrProfData.inc
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=313599&r1=313598&r2=313599&view=diff
==============================================================================
--- compiler-rt/trunk/lib/profile/InstrProfData.inc (original)
+++ compiler-rt/trunk/lib/profile/InstrProfData.inc Mon Sep 18 16:37:32 2017
@@ -630,7 +630,7 @@ serializeValueProfDataFrom(ValueProfReco
/* Indexed profile format version (start from 1). */
#define INSTR_PROF_INDEX_VERSION 4
/* Coverage mapping format vresion (start from 0). */
-#define INSTR_PROF_COVMAP_VERSION 1
+#define INSTR_PROF_COVMAP_VERSION 2
/* Profile version is always of type uint64_t. Reserve the upper 8 bits in the
* version for other variants of profile. We set the lowest bit of the upper 8
More information about the llvm-commits
mailing list