[PATCH] D61317: Add llvm-profdata to LLVM_TOOLCHAIN_TOOLS
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 30 08:33:16 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL359569: Add llvm-profdata to LLVM_TOOLCHAIN_TOOLS (authored by russell_gallop, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D61317?vs=197336&id=197343#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61317/new/
https://reviews.llvm.org/D61317
Files:
llvm/trunk/cmake/modules/AddLLVM.cmake
Index: llvm/trunk/cmake/modules/AddLLVM.cmake
===================================================================
--- llvm/trunk/cmake/modules/AddLLVM.cmake
+++ llvm/trunk/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.197343.patch
Type: text/x-patch
Size: 302 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190430/13b575a4/attachment.bin>
More information about the llvm-commits
mailing list