Skip to content

Commit

Permalink
Revert "[runtimes] Add missing test dependencies to check-all (#72955)"
Browse files Browse the repository at this point in the history
This reverts commit e957e6d.

The commit was reverted on main because of issues. We will not carry
this in the release branch for 17.x
  • Loading branch information
tru committed Nov 28, 2023
1 parent 04caadc commit 6009708
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6009708

Please sign in to comment.