Skip to content

Commit 59cb571

Browse files
authored
Merge pull request #73752 from nkcsgexi/condfail-prevention-project-name
Textual Interface: move -project-name to ignorable flags to prevent condfail
2 parents b81aec5 + 05d1e4a commit 59cb571

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
@@ -542,7 +542,7 @@ def module_name : Separate<["-"], "module-name">,
542542
SwiftSymbolGraphExtractOption]>,
543543
HelpText<"Name of the module to build">;
544544
def project_name : Separate<["-"], "project-name">,
545-
Flags<[FrontendOption, ModuleInterfaceOption, SwiftAPIExtractOption,
545+
Flags<[FrontendOption, ModuleInterfaceOptionIgnorable, SwiftAPIExtractOption,
546546
SwiftSymbolGraphExtractOption]>,
547547
HelpText<"Name of the project this module to build belongs to">;
548548

0 commit comments

Comments
 (0)