[compiler-rt] r259627 - Sync up with master file
Xinliang David Li via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 2 20:09:03 PST 2016
Author: davidxl
Date: Tue Feb 2 22:09:02 2016
New Revision: 259627
URL: http://llvm.org/viewvc/llvm-project?rev=259627&view=rev
Log:
Sync up with master file
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=259627&r1=259626&r2=259627&view=diff
==============================================================================
--- compiler-rt/trunk/lib/profile/InstrProfData.inc (original)
+++ compiler-rt/trunk/lib/profile/InstrProfData.inc Tue Feb 2 22:09:02 2016
@@ -694,7 +694,7 @@ serializeValueProfDataFromRT(const Value
/* Raw profile format version. */
#define INSTR_PROF_RAW_VERSION 2
-#define INSTR_PROF_INDEX_VERSION 3
+#define INSTR_PROF_INDEX_VERSION 4
#define INSTR_PROF_COVMAP_VERSION 0
/* Profile version is always of type uint64_t. Reserve the upper 8 bits in the
More information about the llvm-commits
mailing list