[Lldb-commits] [PATCH] D59828: Add lldb-vscode as a dependency of lldb tests.

Jorge Gorbe Moya via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 26 11:37:04 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL357016: Add lldb-vscode as a dependency of lldb tests. (authored by jgorbe, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D59828?vs=192296&id=192306#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59828/new/

https://reviews.llvm.org/D59828

Files:
  lldb/trunk/CMakeLists.txt


Index: lldb/trunk/CMakeLists.txt
===================================================================
--- lldb/trunk/CMakeLists.txt
+++ lldb/trunk/CMakeLists.txt
@@ -91,6 +91,10 @@
     list(APPEND LLDB_TEST_DEPS lldb-mi)
   endif()
 
+  if(TARGET lldb-vscode)
+    list(APPEND LLDB_TEST_DEPS lldb-vscode)
+  endif()
+
   if(TARGET lldb-instr)
     list(APPEND LLDB_TEST_DEPS lldb-instr)
   endif()


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59828.192306.patch
Type: text/x-patch
Size: 398 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190326/0c17ee65/attachment.bin>


More information about the lldb-commits mailing list