File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ swift_create_post_build_symlink(swift
34
34
WORKING_DIRECTORY "${SWIFT_RUNTIME_OUTPUT_INTDIR} " )
35
35
36
36
add_swift_tool_symlink (swiftc swift compiler )
37
+ add_swift_tool_symlink (swift-symbolgraph-extract swift compiler )
37
38
add_swift_tool_symlink (swift-autolink-extract swift autolink-driver )
38
39
add_swift_tool_symlink (swift-indent swift editor-integration )
39
- add_swift_tool_symlink (swift-symbolgraph-extract swift toolchain-tools )
40
40
41
41
# If building as part of clang, make sure the headers are installed.
42
42
if (NOT SWIFT_BUILT_STANDALONE )
@@ -47,6 +47,9 @@ add_dependencies(compiler swift)
47
47
swift_install_in_component (FILES "${SWIFT_RUNTIME_OUTPUT_INTDIR} /swiftc${CMAKE_EXECUTABLE_SUFFIX} "
48
48
DESTINATION "bin"
49
49
COMPONENT compiler )
50
+ swift_install_in_component (FILES "${SWIFT_RUNTIME_OUTPUT_INTDIR} /swift-symbolgraph-extract${CMAKE_EXECUTABLE_SUFFIX} "
51
+ DESTINATION "bin"
52
+ COMPONENT compiler )
50
53
add_dependencies (autolink-driver swift )
51
54
swift_install_in_component (FILES "${SWIFT_RUNTIME_OUTPUT_INTDIR} /swift-autolink-extract${CMAKE_EXECUTABLE_SUFFIX} "
52
55
DESTINATION "bin"
@@ -55,7 +58,4 @@ add_dependencies(editor-integration swift)
55
58
swift_install_in_component (FILES "${SWIFT_RUNTIME_OUTPUT_INTDIR} /swift-indent${CMAKE_EXECUTABLE_SUFFIX} "
56
59
DESTINATION "bin"
57
60
COMPONENT editor-integration )
58
- add_dependencies (toolchain-tools swift )
59
- swift_install_in_component (FILES "${SWIFT_RUNTIME_OUTPUT_INTDIR} /swift-symbolgraph-extract${CMAKE_EXECUTABLE_SUFFIX} "
60
- DESTINATION "bin"
61
- COMPONENT toolchain-tools )
61
+
You can’t perform that action at this time.
0 commit comments