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

# CcLinkingOutputs {#modules.CcLinkingOutputs}

Helper class containing CC compilation outputs.

## Members

* [executable](#executable)
* [library\_to\_link](#library_to_link)

<h2 id="executable">
  executable
</h2>

```
File CcLinkingOutputs.executable
```

Represents the linked executable.
May return `None`.

<h2 id="library_to_link">
  library\_to\_link
</h2>

```
LibraryToLink CcLinkingOutputs.library_to_link
```

`LibraryToLink` for including these outputs in further linking.
May return `None`.
