> ## Documentation Index
> Fetch the complete documentation index at: https://bazel-pr-30914.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# LinkerInput {#modules.LinkerInput}

Either libraries, flags or other files that may be passed to the linker as inputs.

## Members

* [additional\_inputs](#additional_inputs)
* [libraries](#libraries)
* [owner](#owner)
* [user\_link\_flags](#user_link_flags)

<h2 id="additional_inputs">
  additional\_inputs
</h2>

```
sequence LinkerInput.additional_inputs
```

Returns the depset of additional inputs, e.g.: linker scripts.

<h2 id="libraries">
  libraries
</h2>

```
sequence LinkerInput.libraries
```

Returns the depset of `LibraryToLink`. May return a list but this is deprecated. See #8118.

<h2 id="owner">
  owner
</h2>

```
Label LinkerInput.owner
```

Returns the owner of this LinkerInput.

<h2 id="user_link_flags">
  user\_link\_flags
</h2>

```
sequence LinkerInput.user_link_flags
```

Returns the list of user link flags passed as strings.
