llvm-svn: 347058
This commit is contained in:
Adrian Prantl 2018-11-16 16:19:08 +00:00
parent ddc01238b1
commit d125316771
1 changed files with 1 additions and 1 deletions

View File

@ -127,6 +127,6 @@ endif ()
add_dependencies(check-lldb check-lldb-lit)
add_custom_target(lldb-test-depends DEPENDS ${LLDB_TEST_DEPENDS})
# This will add LLDB's test dependencies to the depenednecies for check-all and
# This will add LLDB's test dependencies to the dependencies for check-all and
# include them in the test-depends target.
set_property(GLOBAL APPEND PROPERTY LLVM_LIT_DEPENDS ${ARG_DEPENDS})