[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 13:21:50 PDT 2022
JDevlieghere created this revision.
JDevlieghere added reviewers: fdeazeve, jingham.
Herald added a subscriber: mgorny.
Herald added a project: All.
JDevlieghere requested review of this revision.
Make the `rumtimes` target a test dependency
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.457073.patch
Type: text/x-patch
Size: 467 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220831/5f3d6648/attachment.bin>
More information about the lldb-commits
mailing list