]> granicus.if.org Git - llvm/commitdiff
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)
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

index 9d33e184d376dfee895a96bafab83b892bd6e8cb..2fefe838ee49e2a85a9fd8c9018e8dcadf85af65 100644 (file)
@@ -878,6 +878,7 @@ if(NOT LLVM_TOOLCHAIN_TOOLS)
     llvm-lib
     llvm-objdump
     llvm-rc
+    llvm-profdata
     )
 endif()