File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -127,8 +127,7 @@ targets.append(
127
127
dependencies: swiftBenchDeps,
128
128
path: " utils " ,
129
129
sources: [ " main.swift " ] ,
130
- swiftSettings: [ . unsafeFlags( [ " -Xfrontend " ,
131
- " -enable-experimental-cxx-interop " ,
130
+ swiftSettings: [ . unsafeFlags( [ " -cxx-interoperability-mode=default " ,
132
131
" -I " ,
133
132
" utils/CxxTests " ] ) ] ) )
134
133
@@ -166,8 +165,7 @@ targets += cxxSingleSourceLibraries.map { name in
166
165
dependencies: singleSourceDeps,
167
166
path: " cxx-source " ,
168
167
sources: [ " \( name) .swift " ] ,
169
- swiftSettings: [ . unsafeFlags( [ " -Xfrontend " ,
170
- " -enable-experimental-cxx-interop " ,
168
+ swiftSettings: [ . unsafeFlags( [ " -cxx-interoperability-mode=default " ,
171
169
" -I " ,
172
170
" utils/CxxTests " ,
173
171
// FIXME: https://github.com/apple/swift/issues/61453
You can’t perform that action at this time.
0 commit comments