Skip to content

Commit 33937c0

Browse files
committed
Handle emitSupportedFeatures output mode.
Partially resolves swiftlang/swift#74910
1 parent 6d1e5d2 commit 33937c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/SwiftDriver/Driver/Driver.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2223,6 +2223,9 @@ extension Driver {
22232223
case .scanDependencies:
22242224
compilerOutputType = .jsonDependencies
22252225

2226+
case .emitSupportedFeatures:
2227+
compilerOutputType = .jsonCompilerFeatures
2228+
22262229
default:
22272230
fatalError("unhandled output mode option \(outputOption)")
22282231
}

0 commit comments

Comments
 (0)