Skip to content

Commit 9264c48

Browse files
committed
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 <github@brentleyjones.com>
1 parent 859afa8 commit 9264c48

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
@@ -673,6 +673,7 @@ to use swift_common.compile(include_dev_srch_paths = ...) instead.\
673673
run_toolchain_action(
674674
actions = actions,
675675
action_name = SWIFT_ACTION_DERIVE_FILES,
676+
exec_group = exec_group,
676677
feature_configuration = feature_configuration,
677678
outputs = all_derived_outputs,
678679
prerequisites = prerequisites,
@@ -700,6 +701,7 @@ to use swift_common.compile(include_dev_srch_paths = ...) instead.\
700701
run_toolchain_action(
701702
actions = actions,
702703
action_name = SWIFT_ACTION_DUMP_AST,
704+
exec_group = exec_group,
703705
feature_configuration = feature_configuration,
704706
outputs = compile_outputs.ast_files,
705707
prerequisites = prerequisites,

0 commit comments

Comments
 (0)