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

LinkerInput

Report an issue View source

Either libraries, flags or other files that may be passed to the linker as inputs.

Members

additional_inputs

sequence LinkerInput.additional_inputs

Returns the depset of additional inputs, e.g.: linker scripts.

libraries

sequence LinkerInput.libraries

Returns the depset of LibraryToLink. May return a list but this is deprecated. See #8118.

owner

Label LinkerInput.owner

Returns the owner of this LinkerInput.

sequence LinkerInput.user_link_flags

Returns the list of user link flags passed as strings.