[PATCH] D61317: Add llvm-profdata to LLVM_TOOLCHAIN_TOOLS

Russell Gallop via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 30 08:22:30 PDT 2019


russell.gallop created this revision.
russell.gallop added reviewers: hans, glandium, zturner, davidxl.
russell.gallop added a project: LLVM.
Herald added a subscriber: mgorny.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D61317

Files:
  llvm/cmake/modules/AddLLVM.cmake


Index: llvm/cmake/modules/AddLLVM.cmake
===================================================================
--- llvm/cmake/modules/AddLLVM.cmake
+++ llvm/cmake/modules/AddLLVM.cmake
@@ -878,6 +878,7 @@
     llvm-lib
     llvm-objdump
     llvm-rc
+    llvm-profdata
     )
 endif()
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61317.197336.patch
Type: text/x-patch
Size: 284 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190430/ab581478/attachment.bin>


More information about the llvm-commits mailing list