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
Why Bazel?
Intro to Bazel
Why Bazel?
Bazel Vision
Bazel roadmap
FAQ
Build system basics
Basics
Why a Build System?
Task-Based Build Systems
Artifact-Based Build Systems
Distributed Builds
Dependency Management
Hermeticity
On this page
Members
executable
library_to_link
CcLinkingOutputs
Helper class containing CC compilation outputs.
Members
executable
library_to_link
executable
File CcLinkingOutputs.executable
Represents the linked executable. May return
None
.
library_to_link
LibraryToLink CcLinkingOutputs.library_to_link
LibraryToLink
for including these outputs in further linking. May return
None
.
⌘I
Assistant
Responses are generated using AI and may contain mistakes.