commit | 7004f2dc04b83a00313bfb0402bf850a04fcbe70 | [log] [tgz] |
---|---|---|
author | Jonas Devlieghere <jonas@devlieghere.com> | Thu Feb 07 18:41:59 2019 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Sep 08 12:57:34 2020 -0700 |
tree | 44a937d2d197d183fa9aa97a7876933958c6b6e6 | |
parent | 204b5b95e04955cf7da62e3e1f3c7def56d888d2 [diff] |
[lldb-instr] Make lldb-instr a test dependency llvm-svn: 353444 GitOrigin-RevId: 1e6ba236083687e612d6805bd572e4ba16956c86
diff --git a/CMakeLists.txt b/CMakeLists.txt index fdd84a6..6e55050 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -89,6 +89,10 @@ 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()