Skip to content

Commit ce89d74

Browse files
authored
Apply -enable-bare-slash-regex action config to SWIFT_ACTION_DERIVE_F… (#1464)
…ILES This action name was dropped when the declaration of this `ActionConfigInfo` was moved: 407beca#diff-535d0dbea9614c6905a30dfdb0e708df3b16fc68f8930d6aba519342509dc657L347-L359 407beca#diff-2785fcfbf39fcb0e5f53eb796c9711765273e1895af7213f7bdcbdcf6ed8a18eR1050-R1059
1 parent 61e2c46 commit ce89d74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

swift/toolchains/config/compile_config.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,6 +1137,7 @@ def compile_action_configs(
11371137
actions = [
11381138
SWIFT_ACTION_COMPILE,
11391139
SWIFT_ACTION_COMPILE_MODULE_INTERFACE,
1140+
SWIFT_ACTION_DERIVE_FILES,
11401141
],
11411142
configurators = [add_arg("-enable-bare-slash-regex")],
11421143
features = [SWIFT_FEATURE_ENABLE_BARE_SLASH_REGEX],

0 commit comments

Comments
 (0)