forked from OSchip/llvm-project
[runtimes] Add check-profile dependencies to runtimes
check-profile needs llvm-cov and llvm-profdata. Reviewed By: phosek Differential Revision: https://reviews.llvm.org/D138968
This commit is contained in:
parent
8947f26b88
commit
a57d91ef6b
|
@ -484,8 +484,10 @@ if(runtimes)
|
|||
set(RUNTIMES_TEST_DEPENDS
|
||||
FileCheck
|
||||
count
|
||||
llvm-cov
|
||||
llvm-nm
|
||||
llvm-objdump
|
||||
llvm-profdata
|
||||
llvm-xray
|
||||
not
|
||||
obj2yaml
|
||||
|
|
Loading…
Reference in New Issue