From 6c19fef3ed9dc3674ce761972e27a9c5f00ddfa9 Mon Sep 17 00:00:00 2001 From: Daniel Podder Date: Sat, 10 Jun 2017 12:06:34 -0700 Subject: [PATCH] Update PGO counts to version 20170609-1125 (#12201) --- dir.props | 2 +- pgosupport.cmake | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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") -- 2.7.4