We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 064c96c commit 504b084Copy full SHA for 504b084
swift/swift_binary.bzl
@@ -240,7 +240,7 @@ def _swift_binary_impl(ctx):
240
linking_context, _ = (
241
create_linking_context_from_compilation_outputs(
242
actions = ctx.actions,
243
- additional_inputs = ctx.files.swiftc_inputs + ctx.files.additional_linker_inputs,
+ additional_inputs = ctx.files.additional_linker_inputs,
244
alwayslink = True,
245
compilation_outputs = compilation_outputs,
246
feature_configuration = feature_configuration,
0 commit comments