[compiler-rt] r257746 - sync up with master file

Xinliang David Li via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 13 22:23:54 PST 2016


Author: davidxl
Date: Thu Jan 14 00:23:53 2016
New Revision: 257746

URL: http://llvm.org/viewvc/llvm-project?rev=257746&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=257746&r1=257745&r2=257746&view=diff
==============================================================================
--- compiler-rt/trunk/lib/profile/InstrProfData.inc (original)
+++ compiler-rt/trunk/lib/profile/InstrProfData.inc Thu Jan 14 00:23:53 2016
@@ -182,7 +182,7 @@ COVMAP_HEADER(uint32_t, Int32Ty, Filenam
 COVMAP_HEADER(uint32_t, Int32Ty, CoverageSize, \
               llvm::ConstantInt::get(Int32Ty, CoverageMappingSize))
 COVMAP_HEADER(uint32_t, Int32Ty, Version, \
-              llvm::ConstantInt::get(Int32Ty, CoverageMappingCurrentVersion))
+              llvm::ConstantInt::get(Int32Ty, CovMapVersion::CurrentVersion))
 #undef COVMAP_HEADER
 /* COVMAP_HEADER end.  */
 




More information about the llvm-commits mailing list