File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,10 @@ if(NOT LLDB_BUILT_STANDALONE)
139
139
)
140
140
endif ()
141
141
142
+ if (LLVM_ENABLE_RUNTIMES )
143
+ add_lldb_test_dependency (runtimes )
144
+ endif ()
145
+
142
146
# Add dependencies if we test with the in-tree clang.
143
147
# This works with standalone builds as they import the clang target.
144
148
if (TARGET clang )
@@ -157,12 +161,10 @@ if(TARGET clang)
157
161
set (LIBCXX_LIBRARY_DIR ${CMAKE_BINARY_DIR} /lib${LIBCXX_LIBDIR_SUFFIX} )
158
162
set (LIBCXX_GENERATED_INCLUDE_DIR "${CMAKE_BINARY_DIR} /include/c++/v1" )
159
163
endif ()
160
- add_lldb_test_dependency (cxx )
161
164
endif ()
162
165
163
166
if (TARGET compiler-rt OR "compiler-rt" IN_LIST LLVM_ENABLE_RUNTIMES )
164
167
set (LLDB_HAS_COMPILER_RT ON )
165
- add_lldb_test_dependency (compiler-rt )
166
168
endif ()
167
169
168
170
if (APPLE AND NOT LLVM_TARGET_IS_CROSSCOMPILE_HOST )
You can’t perform that action at this time.
0 commit comments