Skip to content

Commit b4cbb87

Browse files
committed
[CMake] Add llvm-profgen to LLVM_TEST_DEPENDS
Otherwise `check-llvm-*` may not rebuild llvm-profgen, causing llvm-profgen tests to fail if llvm-profgen happens to be stale.
1 parent 5861234 commit b4cbb87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ set(LLVM_TEST_DEPENDS
102102
llvm-opt-report
103103
llvm-pdbutil
104104
llvm-profdata
105+
llvm-profgen
105106
llvm-ranlib
106107
llvm-rc
107108
llvm-readobj

0 commit comments

Comments
 (0)