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
@@ -499,6 +499,7 @@ extension Option {
499
499
publicstaticletsilVerifyAll:Option=Option("-sil-verify-all",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Verify SIL after each transform")
500
500
publicstaticletsilVerifyNone:Option=Option("-sil-verify-none",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Completely disable SIL verification")
501
501
publicstaticletskipInheritedDocs:Option=Option("-skip-inherited-docs",.flag, attributes:[.helpHidden,.frontend,.noInteractive,.supplementaryOutput], helpText:"Skip emitting doc comments for members inherited through classes or default implementations")
502
+
publicstaticletskipSwifttailccMusttailCheck:Option=Option("-skip-swifttailcc-musttail-check",.flag, attributes:[.helpHidden,.doesNotAffectIncrementalBuild], helpText:"Skip additional LLVM verification that all tail calls from swifttailcc->swifttailcc are marked musttail.")
502
503
publicstaticletskipSynthesizedMembers:Option=Option("-skip-synthesized-members",.flag, attributes:[.noDriver], helpText:"Skip members inherited through classes or default implementations")
503
504
publicstaticletsolverDisableShrink:Option=Option("-solver-disable-shrink",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Disable the shrink phase of expression type checking")
0 commit comments