[llvm] r276386 - Sync up InstrProfData.inc with compiler-rt

Xinliang David Li via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 21 21:18:17 PDT 2016


Author: davidxl
Date: Thu Jul 21 23:18:17 2016
New Revision: 276386

URL: http://llvm.org/viewvc/llvm-project?rev=276386&view=rev
Log:
Sync up InstrProfData.inc with compiler-rt

Modified:
    llvm/trunk/include/llvm/ProfileData/InstrProfData.inc

Modified: llvm/trunk/include/llvm/ProfileData/InstrProfData.inc
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ProfileData/InstrProfData.inc?rev=276386&r1=276385&r2=276386&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ProfileData/InstrProfData.inc (original)
+++ llvm/trunk/include/llvm/ProfileData/InstrProfData.inc Thu Jul 21 23:18:17 2016
@@ -603,7 +603,8 @@ serializeValueProfDataFrom(ValueProfReco
 #define VARIANT_MASKS_ALL 0xff00000000000000ULL
 #define GET_VERSION(V) ((V) & ~VARIANT_MASKS_ALL)
 #define VARIANT_MASK_IR_PROF (0x1ULL << 56)
-#define IR_LEVEL_PROF_VERSION_VAR __llvm_profile_raw_version
+#define INSTR_PROF_RAW_VERSION_VAR __llvm_profile_raw_version
+#define INSTR_PROF_PROFILE_RUNTIME_VAR __llvm_profile_runtime
 
 /* The variable that holds the name of the profile data
  * specified via command line. */




More information about the llvm-commits mailing list