We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35ed40e + b0e3b7c commit b1b3fc4Copy full SHA for b1b3fc4
test/CMakeLists.txt
@@ -43,7 +43,8 @@ function(get_test_dependencies SDK result_var_name)
43
swift swift-ide-test sil-opt swift-llvm-opt swift-demangle sil-extract
44
lldb-moduleimport-test swift-reflection-dump swift-remoteast-test)
45
if(NOT SWIFT_BUILT_STANDALONE)
46
- list(APPEND deps_binaries llc)
+ 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)
48
endif()
49
if(SWIFT_BUILD_SOURCEKIT)
50
list(APPEND deps_binaries sourcekitd-test complete-test)
0 commit comments