File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,8 +116,8 @@ extension Driver {
116
116
}
117
117
118
118
// Add flags for C++ interop
119
- if parsedOptions. hasArgument ( . enableExperimentalCxxInterop ) {
120
- commandLine. appendFlag ( . enableCxxInterop )
119
+ if parsedOptions. hasArgument ( . enableCxxInterop ) {
120
+ commandLine. appendFlag ( . enableExperimentalCxxInterop )
121
121
}
122
122
if let stdlibVariant = parsedOptions. getLastArgument ( . experimentalCxxStdlib) ? . asSingle {
123
123
commandLine. appendFlag ( " -Xcc " )
@@ -152,7 +152,7 @@ extension Driver {
152
152
try commandLine. appendLast ( . enableLibraryEvolution, from: & parsedOptions)
153
153
try commandLine. appendLast ( . enableTesting, from: & parsedOptions)
154
154
try commandLine. appendLast ( . enablePrivateImports, from: & parsedOptions)
155
- try commandLine. appendLast ( . enableCxxInterop , from: & parsedOptions)
155
+ try commandLine. appendLast ( . enableExperimentalCxxInterop , from: & parsedOptions)
156
156
try commandLine. appendLast ( in: . g, from: & parsedOptions)
157
157
try commandLine. appendLast ( . debugInfoFormat, from: & parsedOptions)
158
158
try commandLine. appendLast ( . importUnderlyingModule, from: & parsedOptions)
You can’t perform that action at this time.
0 commit comments