OSDN Git Service

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)
commit46a00fa36f7695972da3d43b4dad97670ae8436a
tree3fea6217a81e3f1315a99cc288df6d09907a8f89
parentb1f70e75986569c44c227e1e50df865853d176ca
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@359569 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/AddLLVM.cmake