[Lldb-commits] [PATCH] D133046: [lldb] Make the `rumtimes` target a test dependency

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 31 14:25:20 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGf328922f55fe: [lldb] Make the rumtimes target a test dependency (authored by JDevlieghere).
Herald added a project: LLDB.

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133046

Files:
  lldb/test/CMakeLists.txt


Index: lldb/test/CMakeLists.txt
===================================================================
--- lldb/test/CMakeLists.txt
+++ lldb/test/CMakeLists.txt
@@ -107,6 +107,10 @@
     add_lldb_test_dependency(compiler-rt)
   endif()
 
+  if (TARGET runtimes)
+    add_lldb_test_dependency(runtimes)
+  endif()
+
   if(APPLE AND NOT LLVM_TARGET_IS_CROSSCOMPILE_HOST)
     # FIXME: Standalone builds should import the cxx target as well.
     if(LLDB_BUILT_STANDALONE)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133046.457089.patch
Type: text/x-patch
Size: 467 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220831/57d92139/attachment-0001.bin>


More information about the lldb-commits mailing list