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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -387,6 +387,7 @@ extension Option {
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
389
publicstaticletlto:Option=Option("-lto=",.joined, attributes:[.frontend,.noInteractive], helpText:"Specify the LTO type to either 'llvm-thin' or 'llvm-full'")
390
+
publicstaticletltoLibrary:Option=Option("-lto-library",.separate, attributes:[.frontend,.argumentIsPath,.noInteractive], metaVar:"<lto-library>", helpText:"Perform LTO with <lto-library>")
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)
392
393
publicstaticletmergeModules:Option=Option("-merge-modules",.flag, attributes:[.frontend,.noDriver], helpText:"Merge the input modules without otherwise processing them", group:.modes)
0 commit comments