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)
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)
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits