Skip to content

Commit

Permalink
[lldb] Make the rumtimes target a test dependency
Browse files Browse the repository at this point in the history
Make the rumtimes target a test dependency. This is needed or the parts
of the test suite that rely on the libcxx and libcxxabi.

Differential revision: https://reviews.llvm.org/D133046
  • Loading branch information
JDevlieghere committed Aug 31, 2022
1 parent c55b41d commit f328922
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lldb/test/CMakeLists.txt
Expand Up @@ -107,6 +107,10 @@ if(TARGET clang)
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)
Expand Down

0 comments on commit f328922

Please sign in to comment.