blob: 3ec83b5edc1ab570fdbc7edde859c1544ea8a0e9 [file] [log] [blame]
<html devsite>
<head>
<meta name="project_path" value="/_project.yaml">
<meta name="book_path" value="/versions/6.1.0/_book.yaml">
</head>
<body>
<h1 class="page-title" id="modules.LinkerInput">LinkerInput</h1>
<!-- {% raw %} -->
Either libraries, flags or other files that may be passed to the linker as inputs.
<h2>Members</h2>
<ul>
<li>
<a href="#additional_inputs">additional_inputs</a>
</li>
<li>
<a href="#libraries">libraries</a>
</li>
<li>
<a href="#owner">owner</a>
</li>
<li>
<a href="#user_link_flags">user_link_flags</a>
</li>
</ul>
<h2 id="additional_inputs">additional_inputs</h2>
<p><pre class="rule-signature"><a class="anchor" href="list.html">sequence</a> LinkerInput.additional_inputs</pre></p>
Returns the depset of additional inputs, e.g.: linker scripts.
<h2 id="libraries">libraries</h2>
<p><pre class="rule-signature"><a class="anchor" href="list.html">sequence</a> LinkerInput.libraries</pre></p>
Returns the depset of <code>LibraryToLink</code>. May return a list but this is deprecated. See #8118.
<h2 id="owner">owner</h2>
<p><pre class="rule-signature"><a class="anchor" href="Label.html">Label</a> LinkerInput.owner</pre></p>
Returns the owner of this LinkerInput.
<h2 id="user_link_flags">user_link_flags</h2>
<p><pre class="rule-signature"><a class="anchor" href="list.html">sequence</a> LinkerInput.user_link_flags</pre></p>
Returns the list of user link flags passed as strings.
</body>
</html>
<!-- {% endraw %} -->