Skip to content

Commit 6f82cea

Browse files
committed
Remove undefined SwiftAPIDigesterOption
1 parent c608590 commit 6f82cea

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
@@ -1067,11 +1067,10 @@ def target_variant : Separate<["-"], "target-variant">,
10671067
" variant target triple in addition to the main -target triple">;
10681068

10691069
def clang_target : Separate<["-"], "clang-target">,
1070-
Flags<[FrontendOption, SwiftAPIExtractOption, SwiftSymbolGraphExtractOption, SwiftAPIDigesterOption]>,
1070+
Flags<[FrontendOption, SwiftAPIExtractOption, SwiftSymbolGraphExtractOption]>,
10711071
HelpText<"Separately set the target we should use for internal Clang instance">;
10721072

10731073
def disable_clang_target : Flag<["-"], "disable-clang-target">,
1074-
Flags<[NewDriverOnlyOption]>,
10751074
HelpText<"Disable a separately specified target triple for Clang instance to use">;
10761075

10771076
def profile_generate : Flag<["-"], "profile-generate">,

0 commit comments

Comments
 (0)