summaryrefslogtreecommitdiff
path: root/pgosupport.cmake
diff options
context:
space:
mode:
authorDaniel Podder <dapodd@microsoft.com>2017-06-10 12:06:34 -0700
committerGitHub <noreply@github.com>2017-06-10 12:06:34 -0700
commit6c19fef3ed9dc3674ce761972e27a9c5f00ddfa9 (patch)
tree530168ddd1c896f3a5dd036265fffad199f6189a /pgosupport.cmake
parentd4a4144b622e4304ca04d450807a18807027ab38 (diff)
downloadcoreclr-6c19fef3ed9dc3674ce761972e27a9c5f00ddfa9.tar.gz
coreclr-6c19fef3ed9dc3674ce761972e27a9c5f00ddfa9.tar.bz2
coreclr-6c19fef3ed9dc3674ce761972e27a9c5f00ddfa9.zip
Update PGO counts to version 20170609-1125 (#12201)
Diffstat (limited to 'pgosupport.cmake')
-rw-r--r--pgosupport.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/pgosupport.cmake b/pgosupport.cmake
index 90bcbc3876..1f8ee9c8db 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")