forked from OSchip/llvm-project
[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:
parent
342134ed68
commit
5f2546273d
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue