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