Skip to content

Commit c58cf82

Browse files
allevatoluispadron
authored andcommitted
Make sure that .swiftinterface compile actions also use -file-prefix-map, so that indexstores emitted by those actions are also deterministic.
Cherry-pick: fbe3074
1 parent 28d9174 commit c58cf82

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
@@ -535,6 +535,7 @@ def compile_action_configs(
535535
ActionConfigInfo(
536536
actions = all_compile_action_names() + [
537537
SWIFT_ACTION_PRECOMPILE_C_MODULE,
538+
SWIFT_ACTION_COMPILE_MODULE_INTERFACE,
538539
],
539540
configurators = [
540541
add_arg("-Xwrapped-swift=-file-prefix-pwd-is-dot"),

0 commit comments

Comments
 (0)