Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ghvg1313 committed Oct 20, 2020
1 parent 4be1c2c commit 30c5767
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion swift/internal/compiling.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,10 @@ def compile_action_configs():

# Make paths written into coverage info workspace-relative.
swift_toolchain_config.action_config(
actions = [swift_action_names.COMPILE],
actions = [
swift_action_names.COMPILE,
swift_action_names.DERIVED_FILES
],
configurators = [
swift_toolchain_config.add_arg(
"-Xwrapped-swift=-coverage-prefix-pwd-is-dot",
Expand Down

0 comments on commit 30c5767

Please sign in to comment.