Skip to content

Commit 7fa9fcf

Browse files
jslegendreowenv
andauthored
Update flag options
Co-authored-by: Owen Voorhees <[email protected]>
1 parent ebd5992 commit 7fa9fcf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/swift/Option/Options.td

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,8 +551,7 @@ def lto : Joined<["-"], "lto=">,
551551
HelpText<"Specify the LTO type to either 'llvm-thin' or 'llvm-full'">;
552552

553553
def lto_library : Separate<["-"], "lto-library">,
554-
Flags<[FrontendOption, ArgumentIsPath, SwiftAPIExtractOption, SwiftSymbolGraphExtractOption,
555-
SwiftAPIDigesterOption]>,
554+
Flags<[FrontendOption, ArgumentIsPath, NoInteractiveOption]>,
556555
HelpText<"Perform LTO with <lto-library>">, MetaVarName<"<lto-library>">;
557556

558557
def access_notes_path : Separate<["-"], "access-notes-path">,

0 commit comments

Comments
 (0)