Extensions >
API reference >
LinkerInput
Either libraries, flags or other files that may be passed to the linker as 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.
        
user_link_flags
        sequence LinkerInput.user_link_flags
    Returns the list of user link flags passed as strings.