Skip to content

Commit 35349ba

Browse files
committed
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
1 parent 2570e4b commit 35349ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/cmake/modules/AddLLVM.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,7 @@ if(NOT LLVM_TOOLCHAIN_TOOLS)
855855
llvm-lib
856856
llvm-objdump
857857
llvm-rc
858+
llvm-profdata
858859
)
859860
endif()
860861

0 commit comments

Comments
 (0)