Commit 35349ba7 authored by Tom Stellard's avatar Tom Stellard
Browse files

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
parent 2570e4bb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -855,6 +855,7 @@ if(NOT LLVM_TOOLCHAIN_TOOLS)
    llvm-lib
    llvm-objdump
    llvm-rc
    llvm-profdata
    )
endif()