[runtimes] Add check-profile dependencies to runtimes
authorShoaib Meenai <smeenai@fb.com>
Wed, 30 Nov 2022 01:43:37 +0000 (17:43 -0800)
committerShoaib Meenai <smeenai@fb.com>
Wed, 30 Nov 2022 19:14:37 +0000 (11:14 -0800)
check-profile needs llvm-cov and llvm-profdata.

Reviewed By: phosek

Differential Revision: https://reviews.llvm.org/D138968

llvm/runtimes/CMakeLists.txt

index b37c893..01f39d0 100644 (file)
@@ -484,8 +484,10 @@ if(runtimes)
     set(RUNTIMES_TEST_DEPENDS
         FileCheck
         count
+        llvm-cov
         llvm-nm
         llvm-objdump
+        llvm-profdata
         llvm-xray
         not
         obj2yaml