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
@@ -485,6 +485,7 @@ extension Option {
485
485
publicstaticletuseMalloc:Option=Option("-use-malloc",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Allocate internal data structures using malloc (for memory debugging)")
486
486
publicstaticletuseStaticResourceDir:Option=Option("-use-static-resource-dir",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Use resources in the static resource directory")
487
487
publicstaticletuseTabs:Option=Option("-use-tabs",.flag, attributes:[.noInteractive,.noBatch,.indent], helpText:"Use tabs for indentation.", group:.codeFormatting)
488
+
publicstaticletuserModuleVersion:Option=Option("-user-module-version",.separate, attributes:[.frontend,.moduleInterface], metaVar:"<vers>", helpText:"Module version specified from Swift module authors")
488
489
publicstaticletvalidateTbdAgainstIrEQ:Option=Option("-validate-tbd-against-ir=",.joined, attributes:[.helpHidden,.frontend,.noDriver], metaVar:"<level>", helpText:"Compare the symbols in the IR against the TBD file that would be generated.")
489
490
publicstaticletvalueRecursionThreshold:Option=Option("-value-recursion-threshold",.separate, attributes:[.helpHidden,.frontend,.doesNotAffectIncrementalBuild], helpText:"Set the maximum depth for direct recursion in value types")
490
491
publicstaticletverifyAdditionalFile:Option=Option("-verify-additional-file",.separate, attributes:[.frontend,.noDriver], helpText:"Verify diagnostics in this file in addition to source files")
0 commit comments