Skip to content

Commit 60a34df

Browse files
Use exec_group for SWIFT_ACTION_DERIVE_FILES and SWIFT_ACTION_DUMP_AST (#1510)
Missed when cherry-picking from upstream as they don’t have these actions. Signed-off-by: Brentley Jones <[email protected]>
1 parent 9785845 commit 60a34df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

swift/internal/compiling.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,7 @@ to use swift_common.compile(include_dev_srch_paths = ...) instead.\
664664
run_toolchain_action(
665665
actions = actions,
666666
action_name = SWIFT_ACTION_DERIVE_FILES,
667+
exec_group = exec_group,
667668
feature_configuration = feature_configuration,
668669
outputs = all_derived_outputs,
669670
prerequisites = prerequisites,
@@ -691,6 +692,7 @@ to use swift_common.compile(include_dev_srch_paths = ...) instead.\
691692
run_toolchain_action(
692693
actions = actions,
693694
action_name = SWIFT_ACTION_DUMP_AST,
695+
exec_group = exec_group,
694696
feature_configuration = feature_configuration,
695697
outputs = compile_outputs.ast_files,
696698
prerequisites = prerequisites,

0 commit comments

Comments
 (0)