[compiler-rt] r268603 - Sync up with master file
Xinliang David Li via llvm-commits
llvm-commits at lists.llvm.org
Wed May 4 21:07:45 PDT 2016
Author: davidxl
Date: Wed May 4 23:07:45 2016
New Revision: 268603
URL: http://llvm.org/viewvc/llvm-project?rev=268603&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=268603&r1=268602&r2=268603&view=diff
==============================================================================
--- compiler-rt/trunk/lib/profile/InstrProfData.inc (original)
+++ compiler-rt/trunk/lib/profile/InstrProfData.inc Wed May 4 23:07:45 2016
@@ -104,7 +104,6 @@ INSTR_PROF_RAW_HEADER(uint64_t, Counters
INSTR_PROF_RAW_HEADER(uint64_t, NamesDelta, (uintptr_t)NamesBegin)
INSTR_PROF_RAW_HEADER(uint64_t, ValueKindLast, IPVK_Last)
INSTR_PROF_RAW_HEADER(uint64_t, ValueDataSize, ValueDataSize)
-INSTR_PROF_RAW_HEADER(uint64_t, ValueDataDelta, (uintptr_t)ValueDataBegin)
#undef INSTR_PROF_RAW_HEADER
/* INSTR_PROF_RAW_HEADER end */
@@ -711,7 +710,7 @@ serializeValueProfDataFromRT(const Value
(uint64_t)'f' << 16 | (uint64_t)'R' << 8 | (uint64_t)129
/* Raw profile format version (start from 1). */
-#define INSTR_PROF_RAW_VERSION 3
+#define INSTR_PROF_RAW_VERSION 4
/* Indexed profile format version (start from 1). */
#define INSTR_PROF_INDEX_VERSION 4
/* Coverage mapping format vresion (start from 0). */
More information about the llvm-commits
mailing list