[llvm-branch-commits] [llvm] 6009708 - Revert "[runtimes] Add missing test dependencies to check-all (#72955)"

Tobias Hieta via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Nov 28 00:53:10 PST 2023


Author: Tobias Hieta
Date: 2023-11-28T09:52:28+01:00
New Revision: 6009708b4367171ccdbf4b5905cb6a803753fe18

URL: https://github.com/llvm/llvm-project/commit/6009708b4367171ccdbf4b5905cb6a803753fe18
DIFF: https://github.com/llvm/llvm-project/commit/6009708b4367171ccdbf4b5905cb6a803753fe18.diff

LOG: Revert "[runtimes] Add missing test dependencies to check-all (#72955)"

This reverts commit e957e6dcb29d94e4e1678da9829b77009be88926.

The commit was reverted on main because of issues. We will not carry
this in the release branch for 17.x

Added: 
    

Modified: 
    llvm/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/CMakeLists.txt b/llvm/CMakeLists.txt
index be0fc6c2ad76cef..79de9eb2e3e71be 100644
--- a/llvm/CMakeLists.txt
+++ b/llvm/CMakeLists.txt
@@ -1215,7 +1215,6 @@ if( LLVM_INCLUDE_TESTS )
   add_custom_target(test-depends
       DEPENDS ${LLVM_ALL_LIT_DEPENDS} ${LLVM_ALL_ADDITIONAL_TEST_DEPENDS})
   set_target_properties(test-depends PROPERTIES FOLDER "Tests")
-  add_dependencies(check-all test-depends)
 endif()
 
 if (LLVM_INCLUDE_DOCS)


        


More information about the llvm-branch-commits mailing list