We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
exec_group
SWIFT_ACTION_DERIVE_FILES
SWIFT_ACTION_DUMP_AST
1 parent 859afa8 commit 9264c48Copy full SHA for 9264c48
swift/internal/compiling.bzl
@@ -673,6 +673,7 @@ to use swift_common.compile(include_dev_srch_paths = ...) instead.\
673
run_toolchain_action(
674
actions = actions,
675
action_name = SWIFT_ACTION_DERIVE_FILES,
676
+ exec_group = exec_group,
677
feature_configuration = feature_configuration,
678
outputs = all_derived_outputs,
679
prerequisites = prerequisites,
@@ -700,6 +701,7 @@ to use swift_common.compile(include_dev_srch_paths = ...) instead.\
700
701
702
703
action_name = SWIFT_ACTION_DUMP_AST,
704
705
706
outputs = compile_outputs.ast_files,
707
0 commit comments