Skip to content

Commit

Permalink
Merge pull request #67834 from rintaro/macros-helpdoc-rdar113646544
Browse files Browse the repository at this point in the history
[Macros] Update help message for '-load-plugin-executable'
  • Loading branch information
rintaro committed Aug 9, 2023
2 parents 81631d1 + 8aa277e commit 3db251c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/swift/Option/Options.td
Original file line number Diff line number Diff line change
Expand Up @@ -1863,8 +1863,8 @@ def load_plugin_library:
def load_plugin_executable:
Separate<["-"], "load-plugin-executable">, Group<plugin_search_Group>,
Flags<[FrontendOption, DoesNotAffectIncrementalBuild, ArgumentIsPath]>,
HelpText<"Path to an executable compiler plugins and providing module names "
"such as macros">,
HelpText<"Path to a compiler plugin executable and a comma-separated list "
"of module names where the macro types are declared">,
MetaVarName<"<path>#<module-names>">;

include "FrontendOptions.td"

0 comments on commit 3db251c

Please sign in to comment.