From: Daniel Podder Date: Sat, 10 Jun 2017 19:06:34 +0000 (-0700) Subject: Update PGO counts to version 20170609-1125 (#12201) X-Git-Tag: accepted/tizen/base/20180629.140029~1083^2~481 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6c19fef3ed9dc3674ce761972e27a9c5f00ddfa9;p=platform%2Fupstream%2Fcoreclr.git Update PGO counts to version 20170609-1125 (#12201) --- diff --git a/dir.props b/dir.props index 9039f49..62bf267 100644 --- a/dir.props +++ b/dir.props @@ -23,7 +23,7 @@ - 99.99.99-master-20170531-3000 + 99.99.99-master-20170609-1125 diff --git a/pgosupport.cmake b/pgosupport.cmake index 90bcbc3..1f8ee9c 100644 --- a/pgosupport.cmake +++ b/pgosupport.cmake @@ -11,8 +11,7 @@ function(add_pgo TargetName) if(WIN32) set(ProfileFileName "${TargetName}.pgd") else(WIN32) - # Clang/LLVM uses one profdata file for the entire repo - set(ProfileFileName "coreclr.profdata") + set(ProfileFileName "${TargetName}.profdata") endif(WIN32) set(CLR_CMAKE_OPTDATA_PACKAGEWITHRID "optimization.${CLR_CMAKE_TARGET_OS}-${CLR_CMAKE_TARGET_ARCH}.PGO.CoreCLR")