Skip to content

Commit bb96ec9

Browse files
committed
Options: update compiler option list
1 parent dad8040 commit bb96ec9

File tree

2 files changed

+35
-3
lines changed

2 files changed

+35
-3
lines changed

Sources/SwiftOptions/ExtraOptions.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ extension Option {
1717
public static let driverScanDependenciesNonLib: Option = Option("-nonlib-dependency-scanner", .flag, attributes: [.helpHidden], helpText: "Use calls to `swift-frontend -scan-dependencies` instead of dedicated dependency scanning library")
1818
public static let driverWarnUnusedOptions: Option = Option("-driver-warn-unused-options", .flag, attributes: [.helpHidden], helpText: "Emit warnings for any provided options which are unused by the driver")
1919
public static let emitModuleSeparately: Option = Option("-experimental-emit-module-separately", .flag, attributes: [.helpHidden], helpText: "Emit module files as a distinct job")
20-
public static let noEmitModuleSeparately: Option = Option("-no-emit-module-separately", .flag, attributes: [.helpHidden], helpText: "Force using merge-module as the incremental build mode")
2120
public static let useFrontendParseableOutput: Option = Option("-use-frontend-parseable-output", .flag, attributes: [.helpHidden], helpText: "Emit parseable-output from swift-frontend jobs instead of from the driver")
2221

2322
// API digester operations
@@ -36,7 +35,6 @@ extension Option {
3635
Option.driverScanDependenciesNonLib,
3736
Option.driverWarnUnusedOptions,
3837
Option.emitModuleSeparately,
39-
Option.noEmitModuleSeparately,
4038
Option.useFrontendParseableOutput,
4139
Option.emitDigesterBaseline,
4240
Option.emitDigesterBaselinePath,

0 commit comments

Comments
 (0)