aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFangrui Song <i@maskray.me>2020-12-09 09:34:51 -0800
committerFangrui Song <i@maskray.me>2020-12-09 09:34:51 -0800
commitb4cbb87feab0ce5fe0658711cce0e71075206c6f (patch)
treec6c9a20d323da5cc6464fc044c4185c3a642f663
parent5861234e72c035ad39b5fd843eef78ab4039351e (diff)
downloadllvm-project-b4cbb87feab0ce5fe0658711cce0e71075206c6f.tar.gz
[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.
-rw-r--r--llvm/test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CMakeLists.txt b/llvm/test/CMakeLists.txt
index 4263937e3d8b..691a7e14b8ce 100644
--- a/llvm/test/CMakeLists.txt
+++ b/llvm/test/CMakeLists.txt
@@ -102,6 +102,7 @@ set(LLVM_TEST_DEPENDS
llvm-opt-report
llvm-pdbutil
llvm-profdata
+ llvm-profgen
llvm-ranlib
llvm-rc
llvm-readobj