[CMake] Adding compiler-rt-test-depends target

This exposes a target for building the compiler-rt test dependencies and matches llvm-test-depends.

llvm-svn: 280393
This commit is contained in:
Chris Bieneman 2016-09-01 18:26:51 +00:00
parent 342134ed68
commit 5f2546273d
1 changed files with 1 additions and 0 deletions

View File

@ -96,5 +96,6 @@ if(COMPILER_RT_STANDALONE_BUILD)
if(NOT TARGET check-all)
add_custom_target(check-all)
endif()
add_custom_target(compiler-rt-test-depends DEPENDS ${LLVM_LIT_DEPENDS})
add_dependencies(check-all check-compiler-rt)
endif()