IMPORTANT: The Bazel docs have moved! Please update your bookmark to https://bazel.build/rules/lib/CcLinkingOutputs
You can read about the migration, and let us know what you think.
Extensions >
API reference >
CcLinkingOutputs
CcLinkingOutputs
Helper class containing CC compilation outputs.Members
executable
File CcLinkingOutputs.executable
File
object representing 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
.