forked from OSchip/llvm-project
[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.
This commit is contained in:
parent
5861234e72
commit
b4cbb87fea
|
@ -102,6 +102,7 @@ set(LLVM_TEST_DEPENDS
|
|||
llvm-opt-report
|
||||
llvm-pdbutil
|
||||
llvm-profdata
|
||||
llvm-profgen
|
||||
llvm-ranlib
|
||||
llvm-rc
|
||||
llvm-readobj
|
||||
|
|
Loading…
Reference in New Issue