You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/SwiftOptions/Options.swift
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -532,7 +532,6 @@ extension Option {
532
532
publicstaticletexperimentalAllowModuleWithCompilerErrors:Option=Option("-experimental-allow-module-with-compiler-errors",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Attempt to output .swiftmodule, regardless of compilation errors")
533
533
publicstaticletexperimentalAllowNonResilientAccess:Option=Option("-experimental-allow-non-resilient-access",.flag, attributes:[.frontend], helpText:"Deprecated; use -allow-non-resilient-access instead")
534
534
publicstaticletexperimentalAllowedReexportedModules:Option=Option("-experimental-allowed-reexported-modules=",.commaJoined, attributes:[.noDriver], helpText:"Allow reexporting symbols from the provided modules if they are themselves exported from the main module. This is a comma separated list of module names.")
publicstaticletexperimentalClangImporterDirectCc1Scan:Option=Option("-experimental-clang-importer-direct-cc1-scan",.flag, attributes:[.helpHidden,.frontend], helpText:"Enables swift driver to construct swift-frontend invocations using -direct-clang-cc1-module-build")
537
536
publicstaticletemitModuleSeparately:Option=Option("-experimental-emit-module-separately",.flag, attributes:[.helpHidden], helpText:"Emit module files as a distinct job")
538
537
publicstaticletexperimentalEmitVariantModule:Option=Option("-experimental-emit-variant-module",.flag, attributes:[], helpText:"When a target variant triple is specified, the same driver invocation will emit two Swift modules, one for the primary target and one for the variant.")
0 commit comments