aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Hieta <tobias@hieta.se>2023-11-28 09:52:28 +0100
committerTobias Hieta <tobias@hieta.se>2023-11-28 09:52:28 +0100
commit6009708b4367171ccdbf4b5905cb6a803753fe18 (patch)
tree9f61afb94eac7b6a2a846c9a4c09a695d7f199a5
parent04caadc61fa221002018d32174f945d2904c2fae (diff)
downloadllvm-upstream-release/17.x.tar.gz
Revert "[runtimes] Add missing test dependencies to check-all (#72955)"upstream-release/17.x
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
-rw-r--r--llvm/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/CMakeLists.txt b/llvm/CMakeLists.txt
index be0fc6c2ad76..79de9eb2e3e7 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)