Skip to content

Commit c608590

Browse files
committed
Frontend: -disable-clang-target should be a flag
1 parent 56bc7bf commit c608590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Option/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ def clang_target : Separate<["-"], "clang-target">,
10701070
Flags<[FrontendOption, SwiftAPIExtractOption, SwiftSymbolGraphExtractOption, SwiftAPIDigesterOption]>,
10711071
HelpText<"Separately set the target we should use for internal Clang instance">;
10721072

1073-
def disable_clang_target : Separate<["-"], "disable-clang-target">,
1073+
def disable_clang_target : Flag<["-"], "disable-clang-target">,
10741074
Flags<[NewDriverOnlyOption]>,
10751075
HelpText<"Disable a separately specified target triple for Clang instance to use">;
10761076

0 commit comments

Comments
 (0)