Skip to content

Commit ecbca24

Browse files
committed
Stop re-exporting SwiftNativeNSObject in libswift_Concurrency.
We can't start doing this now. (cherry picked from commit 5868ae9)
1 parent 1bad333 commit ecbca24

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

stdlib/public/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ set(SWIFT_RUNTIME_CXX_FLAGS)
44
set(SWIFT_RUNTIME_LINK_FLAGS)
55
set(SWIFT_RUNTIME_SWIFT_COMPILE_FLAGS)
66
set(SWIFT_RUNTIME_SWIFT_LINK_FLAGS)
7-
set(SWIFT_RUNTIME_CONCURRENCY_SWIFT_LINK_FLAGS)
87

98
if(SWIFT_RUNTIME_USE_SANITIZERS)
109
# TODO: Refactor this
@@ -117,10 +116,3 @@ if(SWIFT_BUILD_SDK_OVERLAY)
117116
add_subdirectory(Windows)
118117
endif()
119118
endif()
120-
121-
if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
122-
list(APPEND SWIFT_RUNTIME_CONCURRENCY_SWIFT_LINK_FLAGS
123-
"-Wl,-reexported_symbols_list,${CMAKE_CURRENT_SOURCE_DIR}/Concurrency/ReexportedSymbols")
124-
endif()
125-
126-
list(APPEND SWIFT_RUNTIME_CONCURRENCY_SWIFT_LINK_FLAGS "${SWIFT_RUNTIME_SWIFT_LINK_FLAGS}")

stdlib/public/Concurrency/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ add_swift_target_library(swift_Concurrency ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} I
121121
-Xfrontend -define-availability
122122
-Xfrontend "SwiftStdlib 5.5:macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0"
123123
${SWIFT_RUNTIME_CONCURRENCY_SWIFT_FLAGS}
124-
LINK_FLAGS "${SWIFT_RUNTIME_CONCURRENCY_SWIFT_LINK_FLAGS}"
125124
${swift_concurrency_options}
126125
INSTALL_IN_COMPONENT ${swift_concurrency_install_component}
127126
)

stdlib/public/Concurrency/ReexportedSymbols

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)