Skip to content

Commit 57b63fd

Browse files
Merge pull request #83217 from ian-twilightcoder/split-cmdline_swift-api-digester
[utils] Add swift-api-digester arguments to split-cmdline
2 parents c535723 + f671e0b commit 57b63fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/dev-scripts/split-cmdline

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ def print_arg(arg, first, is_arg_param, cmd_name):
107107
# swift package --help; \
108108
# swiftc --help; \
109109
# xcrun swift-frontend --help; \
110+
# xcrun swift-api-digester --help \
110111
# clang --help; \
111112
# ) | rg -o -r '$3 $2' -- ' ((-[\w-]+),)? (-[\w-]+) <' \
112113
# | sed 's/ *$//' | tr ' ' '\n' \
@@ -282,6 +283,7 @@ def print_arg(arg, first, is_arg_param, cmd_name):
282283
"-meabi",
283284
"-mllvm",
284285
"-mmlir",
286+
"-module",
285287
"-module-abi-name",
286288
"-module-alias",
287289
"-module-cache-path",
@@ -329,6 +331,7 @@ def print_arg(arg, first, is_arg_param, cmd_name):
329331
"-tbd-current-version",
330332
"-tbd-install_name",
331333
"-tools-directory",
334+
"-use-interface-for-module",
332335
"-user-module-version",
333336
"-verify-additional-file",
334337
"-verify-additional-prefix",

0 commit comments

Comments
 (0)