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.

executable

File CcLinkingOutputs.executable

File object representing the linked executable. May return None.

LibraryToLink CcLinkingOutputs.library_to_link

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