[llvm] r359569 - Add llvm-profdata to LLVM_TOOLCHAIN_TOOLS
Russell Gallop via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 30 08:35:16 PDT 2019
Author: russell_gallop
Date: Tue Apr 30 08:35:16 2019
New Revision: 359569
URL: http://llvm.org/viewvc/llvm-project?rev=359569&view=rev
Log:
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
Modified:
llvm/trunk/cmake/modules/AddLLVM.cmake
Modified: llvm/trunk/cmake/modules/AddLLVM.cmake
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/cmake/modules/AddLLVM.cmake?rev=359569&r1=359568&r2=359569&view=diff
==============================================================================
--- llvm/trunk/cmake/modules/AddLLVM.cmake (original)
+++ llvm/trunk/cmake/modules/AddLLVM.cmake Tue Apr 30 08:35:16 2019
@@ -878,6 +878,7 @@ if(NOT LLVM_TOOLCHAIN_TOOLS)
llvm-lib
llvm-objdump
llvm-rc
+ llvm-profdata
)
endif()
More information about the llvm-commits
mailing list