aboutsummaryrefslogtreecommitdiff
path: root/cmake/modules/TestSuite.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/modules/TestSuite.cmake')
-rw-r--r--cmake/modules/TestSuite.cmake5
1 files changed, 1 insertions, 4 deletions
diff --git a/cmake/modules/TestSuite.cmake b/cmake/modules/TestSuite.cmake
index f465b5d8..8922d662 100644
--- a/cmake/modules/TestSuite.cmake
+++ b/cmake/modules/TestSuite.cmake
@@ -52,10 +52,7 @@ endfunction()
# usually do not need to call this directly when using `llvm_test_executable`
# or `llvm_test_library`.
function(test_suite_add_build_dependencies target)
- if(NOT TEST_SUITE_USE_PERF)
- add_dependencies(${target} timeit-target)
- endif()
- add_dependencies(${target} timeit-host fpcmp-host)
+ add_dependencies(${target} build-timeit build-timeit-target build-fpcmp)
endfunction()
# Internal function that transforms a list of flags to a string and appends