Skip to main content
Bazel Documentation home page
HEAD
English
Search...
⌘K
Ask AI
Module Registry
Blog
Github
Search...
Navigation
CcLinkingOutputs
About Bazel
Getting started
User guide
Reference
Extending
Community
Concepts
Extension Overview
Writing rules
Rules Tutorial
Creating a Symbolic Macro
Creating a Legacy Macro
Using Macros to Create Custom Verbs
Starlark Language
.bzl style guide
Challenges of Writing Rules
Windows
Distributing rules
Testing
Optimizing Performance
Deploying Rules
APIs
One-Page Overview
Global functions
On this page
Members
executable
library_to_link
CcLinkingOutputs
Helper class containing CC compilation outputs.
Members
executable
library_to_link
executable
Copy
Ask AI
File CcLinkingOutputs.executable
Represents the linked executable. May return
None
.
library_to_link
Copy
Ask AI
LibraryToLink CcLinkingOutputs.library_to_link
LibraryToLink
for including these outputs in further linking. May return
None
.
⌘I