Save the Date: BazelCon 2023 will be held October 24-25 at Google Munich! Learn more

CcLinkingOutputs

Report an issue View source

Helper class containing CC compilation outputs.

Members

executable

File CcLinkingOutputs.executable

Represents the linked executable. May return None.

LibraryToLink CcLinkingOutputs.library_to_link

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