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
@@ -386,6 +386,7 @@ extension Option {
386
386
publicstaticletlocalizationPath:Option=Option("-localization-path",.separate, attributes:[.frontend,.doesNotAffectIncrementalBuild,.argumentIsPath], metaVar:"<path>", helpText:"Path to localized diagnostic messages directory")
387
387
publicstaticletlocation:Option=Option("-location",.separate, attributes:[.noDriver], metaVar:"<location>", helpText:"Filter nodes with the given location.")
388
388
publicstaticletlocation_:Option=Option("--location",.separate, alias:Option.location, attributes:[.noDriver], metaVar:"<location>", helpText:"Filter nodes with the given location.")
389
+
publicstaticletltoLibrary:Option=Option("-lto-library",.separate, attributes:[.frontend,.argumentIsPath], metaVar:"<lto-library>", helpText:"Perform LTO with <lto-library>")
389
390
publicstaticletlto:Option=Option("-lto=",.joined, attributes:[.frontend,.noInteractive], helpText:"Specify the LTO type to either 'llvm-thin' or 'llvm-full'")
390
391
publicstaticletL:Option=Option("-L",.joinedOrSeparate, attributes:[.frontend,.doesNotAffectIncrementalBuild,.argumentIsPath], helpText:"Add directory to library link search path", group:.linkerOption)
391
392
publicstaticletl:Option=Option("-l",.joined, attributes:[.frontend,.doesNotAffectIncrementalBuild], helpText:"Specifies a library which should be linked against", group:.linkerOption)
0 commit comments