[compiler-rt] r255293 - Sync up with master
Xinliang David Li via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 10 12:14:13 PST 2015
Author: davidxl
Date: Thu Dec 10 14:14:13 2015
New Revision: 255293
URL: http://llvm.org/viewvc/llvm-project?rev=255293&view=rev
Log:
Sync up with master
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=255293&r1=255292&r2=255293&view=diff
==============================================================================
--- compiler-rt/trunk/lib/profile/InstrProfData.inc (original)
+++ compiler-rt/trunk/lib/profile/InstrProfData.inc Thu Dec 10 14:14:13 2015
@@ -362,6 +362,7 @@ uint32_t getValueProfDataSizeRT(const Va
ValueProfData *
serializeValueProfDataFromRT(const ValueProfRuntimeRecord *Record,
ValueProfData *Dst);
+uint32_t getNumValueKindsRT(const void *R);
#undef INSTR_PROF_VALUE_PROF_DATA
#endif /* INSTR_PROF_VALUE_PROF_DATA */
More information about the llvm-commits
mailing list