Skip to content

Commit f7c3f5a

Browse files
committed
Remove redundant calls to 'add_swift_tool_symlink' on bin executables of the driver CMake target
1 parent 2752414 commit f7c3f5a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tools/driver/CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -157,15 +157,6 @@ swift_create_post_build_symlink(swift-frontend
157157
DESTINATION "swift-parse-test${CMAKE_EXECUTABLE_SUFFIX}"
158158
WORKING_DIRECTORY "${SWIFT_RUNTIME_OUTPUT_INTDIR}")
159159

160-
add_swift_tool_symlink(swift swift-frontend compiler)
161-
add_swift_tool_symlink(swiftc swift-frontend compiler)
162-
add_swift_tool_symlink(swift-symbolgraph-extract swift-frontend compiler)
163-
add_swift_tool_symlink(swift-api-extract swift-frontend compiler)
164-
add_swift_tool_symlink(swift-autolink-extract swift-frontend autolink-driver)
165-
add_swift_tool_symlink(swift-indent swift-frontend editor-integration)
166-
add_swift_tool_symlink(swift-api-digester swift-frontend compiler)
167-
add_swift_tool_symlink(swift-cache-tool swift-frontend compiler)
168-
169160
add_dependencies(compiler swift-frontend)
170161
swift_install_in_component(FILES "${SWIFT_RUNTIME_OUTPUT_INTDIR}/swift${CMAKE_EXECUTABLE_SUFFIX}"
171162
DESTINATION "bin"

0 commit comments

Comments
 (0)