Skip to content

Commit 5173e3c

Browse files
authored
SwiftPrivate now builds on Windows with Pull-14710
1 parent 7c2230b commit 5173e3c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cmake/modules/AddSwift.cmake

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1475,11 +1475,6 @@ function(add_swift_library name)
14751475
continue()
14761476
endif()
14771477

1478-
# TODO: Currently SwiftPrivate runs into linker problems on Windows. See SR-6489.
1479-
if ("${sdk}" STREQUAL "WINDOWS" AND "${name}" MATCHES "SwiftPrivate")
1480-
continue()
1481-
endif()
1482-
14831478
set(THIN_INPUT_TARGETS)
14841479

14851480
# For each architecture supported by this SDK

0 commit comments

Comments
 (0)