LinkingContext
Immutable store of information needed for C++ linking that is aggregated across dependencies.additional_inputs
depset LinkingContext.additional_inputsReturns the depset of additional inputs, e.g.: linker scripts.
libraries_to_link
unknown LinkingContext.libraries_to_linkReturns the depset of
LibraryToLink
. May return a list but this isdeprecated. See #8118.
user_link_flags
sequence LinkingContext.user_link_flagsReturns the list of user link flags passed as strings.