diff options
-rw-r--r-- | runtimes/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtimes/CMakeLists.txt b/runtimes/CMakeLists.txt index 35b9b65..1b8c1c0 100644 --- a/runtimes/CMakeLists.txt +++ b/runtimes/CMakeLists.txt @@ -227,6 +227,10 @@ foreach(entry ${runtimes}) endforeach() if(LLVM_INCLUDE_TESTS) + # LLVM_RUNTIMES_LIT_DEPENDS is populated when lit tests are added between + # umbrella_list_testsuite begin and end. The bootstrap runtimes builds + # currently assumes this target exists. + add_custom_target(runtimes-test-depends ${LLVM_RUNTIMES_LIT_DEPENDS}) # Add a global check rule now that all subdirectories have been traversed # and we know the total set of lit testsuites. umbrella_lit_testsuite_end(check-runtimes) |