File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ add_swift_target_library(swiftCxx STATIC NO_LINK_NAME IS_STDLIB IS_SWIFT_ONLY IS
19
19
UnsafeCxxIterators.swift
20
20
21
21
SWIFT_COMPILE_FLAGS ${SWIFT_RUNTIME_SWIFT_COMPILE_FLAGS} ${SWIFT_STANDARD_LIBRARY_SWIFT_FLAGS}
22
- -Xfrontend -enable-experimental- cxx-interop
22
+ -cxx-interoperability-mode=default
23
23
# This module should not pull in the C++ standard library, so we disable it explicitly.
24
24
# For functionality that depends on the C++ stdlib, use C++ stdlib overlay (`swiftstd` module).
25
25
-Xcc -nostdinc++
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ add_swift_target_library(swiftCxxStdlib STATIC NO_LINK_NAME IS_STDLIB IS_SWIFT_O
45
45
SWIFT_MODULE_DEPENDS_MACCATALYST ${swift_cxxstdlib_darwin_dependencies}
46
46
47
47
SWIFT_COMPILE_FLAGS ${SWIFT_RUNTIME_SWIFT_COMPILE_FLAGS} ${SWIFT_STANDARD_LIBRARY_SWIFT_FLAGS}
48
- -Xfrontend -enable-experimental- cxx-interop
48
+ -cxx-interoperability-mode=default
49
49
-Xfrontend -module-interface-preserve-types-as-written
50
50
51
51
SWIFT_COMPILE_FLAGS_LINUX
You can’t perform that action at this time.
0 commit comments