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