File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ if(SWIFT_STDLIB_SUPPORT_BACK_DEPLOYMENT)
66 list (APPEND SWIFT_CXX_DEPS copy-legacy-layouts)
77endif ()
88
9- add_swift_target_library(swiftCxx STATIC NO_LINK_NAME IS_STDLIB IS_SWIFT_ONLY IS_FRAGILE
9+ add_swift_target_library(swiftCxx STATIC NO_LINK_NAME IS_STDLIB IS_SWIFT_ONLY
1010 CxxConvertibleToBool.swift
1111 CxxConvertibleToCollection.swift
1212 CxxDictionary.swift
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ endif()
3333#
3434# The overlay is fragile (i.e. it does not use library evolution)
3535# as it's not ABI stable.
36- add_swift_target_library(swiftCxxStdlib STATIC NO_LINK_NAME IS_STDLIB IS_SWIFT_ONLY IS_FRAGILE
36+ add_swift_target_library(swiftCxxStdlib STATIC NO_LINK_NAME IS_STDLIB IS_SWIFT_ONLY
3737 std.swift
3838 Chrono.swift
3939 String .swift
@@ -50,6 +50,7 @@ add_swift_target_library(swiftCxxStdlib STATIC NO_LINK_NAME IS_STDLIB IS_SWIFT_O
5050 SWIFT_COMPILE_FLAGS ${SWIFT_RUNTIME_SWIFT_COMPILE_FLAGS} ${SWIFT_STANDARD_LIBRARY_SWIFT_FLAGS}
5151 -cxx-interoperability-mode=default
5252 -Xfrontend -module-interface -preserve-types-as-written
53+ -enable-experimental-feature AssumeResilientCxxTypes
5354
5455 SWIFT_COMPILE_FLAGS_LINUX
5556 ${SWIFT_SDK_LINUX_CXX_OVERLAY_SWIFT_COMPILE_FLAGS}
You can’t perform that action at this time.
0 commit comments