commit | b4cbb87feab0ce5fe0658711cce0e71075206c6f | [log] [tgz] |
---|---|---|
author | Fangrui Song <[email protected]> | Wed Dec 09 09:34:51 2020 -0800 |
committer | Fangrui Song <[email protected]> | Wed Dec 09 09:34:51 2020 -0800 |
tree | c6c9a20d323da5cc6464fc044c4185c3a642f663 | |
parent | 5861234e72c035ad39b5fd843eef78ab4039351e [diff] |
[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.
diff --git a/llvm/test/CMakeLists.txt b/llvm/test/CMakeLists.txt index 4263937..691a7e1 100644 --- a/llvm/test/CMakeLists.txt +++ b/llvm/test/CMakeLists.txt
@@ -102,6 +102,7 @@ llvm-opt-report llvm-pdbutil llvm-profdata + llvm-profgen llvm-ranlib llvm-rc llvm-readobj