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
@@ -602,7 +602,6 @@ extension Option {
602
602
publicstaticletforceStructTypeLayouts:Option=Option("-force-struct-type-layouts",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Force type layout based lowering for structs")
603
603
publicstaticletformalCxxInteroperabilityMode:Option=Option("-formal-cxx-interoperability-mode=",.joined, attributes:[.helpHidden,.frontend,.noDriver], metaVar:"<cxx-interop-version>|off", helpText:"What version of C++ interoperability a textual interface was originally generated with")
604
604
publicstaticletframework:Option=Option("-framework",.separate, attributes:[.frontend,.doesNotAffectIncrementalBuild], helpText:"Specifies a framework which should be linked against", group:.linkerOption)
605
-
publicstaticletfrontendParseableOutput:Option=Option("-frontend-parseable-output",.flag, attributes:[.frontend,.noDriver,.cacheInvariant], helpText:"Emit textual output in a parseable format")
606
605
publicstaticletFsystem:Option=Option("-Fsystem",.separate, attributes:[.frontend,.synthesizeInterface,.argumentIsPath], helpText:"Add directory to system framework search path")
607
606
publicstaticletfunctionSections:Option=Option("-function-sections",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Emit functions to separate sections.")
608
607
publicstaticletF:Option=Option("-F",.joinedOrSeparate, attributes:[.frontend,.synthesizeInterface,.argumentIsPath], helpText:"Add directory to framework search path")
0 commit comments