[lldb-instr] Make lldb-instr a test dependency

llvm-svn: 353444
This commit is contained in:
Jonas Devlieghere 2019-02-07 18:41:59 +00:00
parent 60b33fb6fc
commit 1e6ba23608
1 changed files with 4 additions and 0 deletions

View File

@ -89,6 +89,10 @@ if(LLDB_INCLUDE_TESTS)
list(APPEND LLDB_TEST_DEPS lldb-mi)
endif()
if(TARGET lldb-instr)
list(APPEND LLDB_TEST_DEPS lldb-instr)
endif()
if(NOT LLDB_BUILT_STANDALONE)
list(APPEND LLDB_TEST_DEPS yaml2obj)
endif()