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
@@ -394,7 +394,6 @@ extension Option {
394
394
publicstaticletsilDebugSerialization:Option=Option("-sil-debug-serialization",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Do not eliminate functions in Mandatory Inlining/SILCombine dead functions. (for debugging only)")
395
395
publicstaticletsilInlineCallerBenefitReductionFactor:Option=Option("-sil-inline-caller-benefit-reduction-factor",.separate, attributes:[.helpHidden,.frontend,.noDriver], metaVar:"<2>", helpText:"Controls the aggressiveness of performance inlining in -Osize mode by reducing the base benefits of a caller (lower value permits more inlining!)")
396
396
publicstaticletsilInlineThreshold:Option=Option("-sil-inline-threshold",.separate, attributes:[.helpHidden,.frontend,.noDriver], metaVar:"<50>", helpText:"Controls the aggressiveness of performance inlining")
397
-
publicstaticletsilMergePartialModules:Option=Option("-sil-merge-partial-modules",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Merge SIL from all partial swiftmodules into the final module")
398
397
publicstaticletsilUnrollThreshold:Option=Option("-sil-unroll-threshold",.separate, attributes:[.helpHidden,.frontend,.noDriver], metaVar:"<250>", helpText:"Controls the aggressiveness of loop unrolling")
399
398
publicstaticletsilVerifyAll:Option=Option("-sil-verify-all",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Verify SIL after each transform")
400
399
publicstaticletsilVerifyNone:Option=Option("-sil-verify-none",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Completely disable SIL verification")
0 commit comments