[llvm-branch-commits] [llvm] b4cbb87 - [CMake] Add llvm-profgen to LLVM_TEST_DEPENDS

Fangrui Song via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Dec 9 09:44:23 PST 2020


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


        


More information about the llvm-branch-commits mailing list