Skip to content

Commit 224516a

Browse files
authored
Merge pull request #1728 from tshortli/update-options-for-dump-availability-scopes
Update Options.swift
2 parents 7e74ff6 + 0b04294 commit 224516a

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed

Sources/SwiftDriver/Driver/Driver.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2291,7 +2291,7 @@ extension Driver {
22912291
compilerOutputType = .indexData
22922292

22932293
case .parse, .resolveImports, .typecheck,
2294-
.dumpParse, .printAst, .dumpTypeRefinementContexts, .dumpScopeMaps,
2294+
.dumpParse, .printAst, .dumpAvailabilityScopes, .dumpScopeMaps,
22952295
.dumpInterfaceHash, .dumpTypeInfo, .verifyDebugInfo:
22962296
compilerOutputType = nil
22972297

0 commit comments

Comments
 (0)