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 9785845 commit 60a34dfCopy full SHA for 60a34df
swift/internal/compiling.bzl
@@ -664,6 +664,7 @@ to use swift_common.compile(include_dev_srch_paths = ...) instead.\
664
run_toolchain_action(
665
actions = actions,
666
action_name = SWIFT_ACTION_DERIVE_FILES,
667
+ exec_group = exec_group,
668
feature_configuration = feature_configuration,
669
outputs = all_derived_outputs,
670
prerequisites = prerequisites,
@@ -691,6 +692,7 @@ to use swift_common.compile(include_dev_srch_paths = ...) instead.\
691
692
693
694
action_name = SWIFT_ACTION_DUMP_AST,
695
696
697
outputs = compile_outputs.ast_files,
698
0 commit comments