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 a0702ce + 55517d2 commit 00d5839Copy full SHA for 00d5839
test/CMakeLists.txt
@@ -49,7 +49,7 @@ function(get_test_dependencies SDK result_var_name)
49
sil-nm
50
sil-opt
51
sil-passpipeline-dumper
52
- swift
+ swift-frontend
53
swift-api-digester
54
swift-demangle
55
swift-demangle-yamldump
tools/swift-remoteast-test/CMakeLists.txt
@@ -10,6 +10,6 @@ set_target_properties(swift-remoteast-test PROPERTIES ENABLE_EXPORTS 1)
10
11
# If building as part of clang, make sure the headers are installed.
12
if(NOT SWIFT_BUILT_STANDALONE)
13
- add_dependencies(swift clang-resource-headers)
+ add_dependencies(swift-frontend clang-resource-headers)
14
endif()
15
0 commit comments