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)
6
6
list (APPEND SWIFT_CXX_DEPS copy-legacy-layouts)
7
7
endif ()
8
8
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
10
10
CxxConvertibleToBool.swift
11
11
CxxConvertibleToCollection.swift
12
12
CxxDictionary.swift
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ endif()
33
33
#
34
34
# The overlay is fragile (i.e. it does not use library evolution)
35
35
# 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
37
37
std.swift
38
38
Chrono.swift
39
39
String .swift
@@ -50,6 +50,7 @@ add_swift_target_library(swiftCxxStdlib STATIC NO_LINK_NAME IS_STDLIB IS_SWIFT_O
50
50
SWIFT_COMPILE_FLAGS ${SWIFT_RUNTIME_SWIFT_COMPILE_FLAGS} ${SWIFT_STANDARD_LIBRARY_SWIFT_FLAGS}
51
51
-cxx-interoperability-mode=default
52
52
-Xfrontend -module-interface -preserve-types-as-written
53
+ -enable-experimental-feature AssumeResilientCxxTypes
53
54
54
55
SWIFT_COMPILE_FLAGS_LINUX
55
56
${SWIFT_SDK_LINUX_CXX_OVERLAY_SWIFT_COMPILE_FLAGS}
You can’t perform that action at this time.
0 commit comments