Skip to content

Commit

Permalink
Make sure that embedded runtimes are also included in the inputs of t…
Browse files Browse the repository at this point in the history
…he link action.

RELNOTES: None.
PiperOrigin-RevId: 264482713
  • Loading branch information
allevato authored and swiple-rules-gardener committed Aug 20, 2019
1 parent f116519 commit 01ffafc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions swift/internal/linking.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ def register_link_executable_action(
feature_configuration = cc_feature_configuration,
)
link_input_args.add_all(cc_runtime_libs)
link_input_depsets.append(cc_runtime_libs)

user_args = actions.args()
user_args.add_all(all_linkopts)
Expand Down

0 comments on commit 01ffafc

Please sign in to comment.