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
+2
Original file line number
Diff line number
Diff line change
@@ -591,6 +591,7 @@ extension Option {
591
591
publicstaticletinputFileKey:Option=Option("-input-file-key",.separate, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Cache Key for input file")
592
592
publicstaticletinputPaths:Option=Option("-input-paths",.separate, attributes:[.noDriver,.argumentIsPath], metaVar:"<path>", helpText:"The SDK contents under comparison")
593
593
publicstaticletinputPaths_:Option=Option("--input-paths",.separate, alias:Option.inputPaths, attributes:[.noDriver,.argumentIsPath], metaVar:"<path>", helpText:"The SDK contents under comparison")
594
+
publicstaticletswiftinterfaceCompilerVersion:Option=Option("-interface-compiler-version",.separate, attributes:[.helpHidden,.frontend], metaVar:"<intcvers>", helpText:"The version of the Swift compiler used to generate a .swiftinterface file")
594
595
publicstaticletinternalizeAtLink:Option=Option("-internalize-at-link",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Allow internalizing public symbols and vtables at link time (assume all client code of public types is part of the same link unit, or that external symbols are explicitly requested via -exported_symbols_list)")
publicstaticletI:Option=Option("-I",.joinedOrSeparate, attributes:[.frontend,.synthesizeInterface,.argumentIsPath], helpText:"Add directory to the import search path")
0 commit comments