Skip to content

Commit

Permalink
Fix misplaced SWIFT_ACTION_SYMBOL_GRAPH_EXTRACT (#1270)
Browse files Browse the repository at this point in the history
Signed-off-by: Brentley Jones <github@brentleyjones.com>
  • Loading branch information
brentleyjones authored Jun 24, 2024
1 parent 46d194e commit aa933ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift/toolchains/config/compile_config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -431,13 +431,13 @@ def compile_action_configs(
SWIFT_ACTION_COMPILE,
SWIFT_ACTION_DERIVE_FILES,
SWIFT_ACTION_DUMP_AST,
SWIFT_ACTION_SYMBOL_GRAPH_EXTRACT,
],
configurators = [_non_pcm_developer_framework_paths_configurator],
),
ActionConfigInfo(
actions = [
SWIFT_ACTION_PRECOMPILE_C_MODULE,
SWIFT_ACTION_SYMBOL_GRAPH_EXTRACT,
],
configurators = [_pcm_developer_framework_paths_configurator],
),
Expand Down

0 comments on commit aa933ed

Please sign in to comment.