aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2019-05-15 20:12:49 +0000
committerTom Stellard <tstellar@redhat.com>2019-05-15 20:12:49 +0000
commit35349ba713a0c30b3c1849bcfab20d85add38ebd (patch)
treeeaad947a4e0d5ca6867a1f1357754a02e621aae9
parent2570e4bb99c902bd59e42d04c355648297479348 (diff)
downloadllvm-35349ba713a0c30b3c1849bcfab20d85add38ebd.zip
llvm-35349ba713a0c30b3c1849bcfab20d85add38ebd.tar.gz
llvm-35349ba713a0c30b3c1849bcfab20d85add38ebd.tar.bz2
Merging r359569:
------------------------------------------------------------------------ r359569 | russell_gallop | 2019-04-30 08:35:16 -0700 (Tue, 30 Apr 2019) | 7 lines 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: 360801
-rw-r--r--llvm/cmake/modules/AddLLVM.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/cmake/modules/AddLLVM.cmake b/llvm/cmake/modules/AddLLVM.cmake
index 0df6845..1a41744 100644
--- a/llvm/cmake/modules/AddLLVM.cmake
+++ b/llvm/cmake/modules/AddLLVM.cmake
@@ -855,6 +855,7 @@ if(NOT LLVM_TOOLCHAIN_TOOLS)
llvm-lib
llvm-objdump
llvm-rc
+ llvm-profdata
)
endif()