[PATCH] D138968: [runtimes] Add check-profile dependencies to runtimes
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 29 17:47:58 PST 2022
smeenai created this revision.
smeenai added reviewers: ellis, phosek.
Herald added a project: All.
smeenai requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
check-profile needs llvm-cov and llvm-profdata.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D138968
Files:
llvm/runtimes/CMakeLists.txt
Index: llvm/runtimes/CMakeLists.txt
===================================================================
--- llvm/runtimes/CMakeLists.txt
+++ llvm/runtimes/CMakeLists.txt
@@ -484,8 +484,10 @@
set(RUNTIMES_TEST_DEPENDS
FileCheck
count
+ llvm-cov
llvm-nm
llvm-objdump
+ llvm-profdata
llvm-xray
not
obj2yaml
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138968.478770.patch
Type: text/x-patch
Size: 386 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221130/b996cb67/attachment.bin>
More information about the llvm-commits
mailing list