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: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -509,6 +509,7 @@ extension Option {
509
509
publicstaticletmoduleName:Option=Option("-module-name",.separate, attributes:[.frontend,.moduleInterface], helpText:"Name of the module to build")
510
510
publicstaticletmodule:Option=Option("-module",.separate, attributes:[.noDriver], metaVar:"<name>", helpText:"Names of modules")
511
511
publicstaticletmodule_:Option=Option("--module",.separate, alias:Option.module, attributes:[.noDriver], metaVar:"<name>", helpText:"Names of modules")
512
+
publicstaticletpackageName:Option=Option("-package-name",.separate, attributes:[.frontend,.moduleInterface], helpText:"Name of the package containing to the main module")
512
513
publicstaticletnewDriverPath:Option=Option("-new-driver-path",.separate, attributes:[.helpHidden,.frontend,.noDriver], metaVar:"<path>", helpText:"Path of the new driver to be used")
513
514
publicstaticletnoClangModuleBreadcrumbs:Option=Option("-no-clang-module-breadcrumbs",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Don't emit DWARF skeleton CUs for imported Clang modules. Use this when building a redistributable static archive.")
514
515
publicstaticletnoColorDiagnostics:Option=Option("-no-color-diagnostics",.flag, attributes:[.frontend,.doesNotAffectIncrementalBuild], helpText:"Do not print diagnostics in color")
0 commit comments