Add llvm-profdata to LLVM_TOOLCHAIN_TOOLS
authorRussell Gallop <russell.gallop@gmail.com>
Tue, 30 Apr 2019 15:35:16 +0000 (15:35 +0000)
committerRussell Gallop <russell.gallop@gmail.com>
Tue, 30 Apr 2019 15:35:16 +0000 (15:35 +0000)
commit9b3acea16c9c59387bed018449f134cc9a195586
tree4ceaef011547ef221c7471413e9b87ce608d608b
parent96bbb1dc2b390f1ed17152c77a7476f898ebcd0c
Add llvm-profdata to LLVM_TOOLCHAIN_TOOLS

This is required for using PGO on Windows but isn't in the Windows
release packages. Windows packages are built with
LLVM_INSTALL_TOOLCHAIN_ONLY so only includes llvm "tools" listed here.

Differential Revision: https://reviews.llvm.org/D61317

llvm-svn: 359569
llvm/cmake/modules/AddLLVM.cmake