Skip to content

Commit b0e3b7c

Browse files
author
Chris Bieneman
committed
[CMake] Add missing LLVM & Clang tools to check-swift dependencies
This only impacts non-standalone builds, and it results in all the tools used during check-swift being built before the lit tests execute.
1 parent ba2f720 commit b0e3b7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ function(get_test_dependencies SDK result_var_name)
4343
swift swift-ide-test sil-opt swift-llvm-opt swift-demangle sil-extract
4444
lldb-moduleimport-test swift-reflection-dump swift-remoteast-test)
4545
if(NOT SWIFT_BUILT_STANDALONE)
46-
list(APPEND deps_binaries llc)
46+
list(APPEND deps_binaries FileCheck arcmt-test c-arcmt-test c-index-test
47+
clang llc llvm-cov llvm-dwarfdump llvm-link llvm-profdata not)
4748
endif()
4849
if(SWIFT_BUILD_SOURCEKIT)
4950
list(APPEND deps_binaries sourcekitd-test complete-test)

0 commit comments

Comments
 (0)