Author: Fangrui Song Date: 2020-12-09T09:34:51-08:00 New Revision: b4cbb87feab0ce5fe0658711cce0e71075206c6f
URL: https://github.com/llvm/llvm-project/commit/b4cbb87feab0ce5fe0658711cce0e71075206c6f DIFF: https://github.com/llvm/llvm-project/commit/b4cbb87feab0ce5fe0658711cce0e71075206c6f.diff LOG: [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. Added: Modified: llvm/test/CMakeLists.txt Removed: ################################################################################ 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 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits