1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>llc - LLVM static compiler — LLVM 13 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="lli - directly execute programs from LLVM bitcode" href="lli.html" />
<link rel="prev" title="dsymutil - manipulate archived DWARF debug symbol files" href="dsymutil.html" />
<style type="text/css">
table.right { float: right; margin-left: 20px; }
table.right td { border: 1px solid #ccc; }
</style>
</head><body>
<div class="logo">
<a href="../index.html">
<img src="../_static/logo.png"
alt="LLVM Logo" width="250" height="88"/></a>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="lli.html" title="lli - directly execute programs from LLVM bitcode"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="dsymutil.html" title="dsymutil - manipulate archived DWARF debug symbol files"
accesskey="P">previous</a> |</li>
<li><a href="https://llvm.org/">LLVM Home</a> | </li>
<li><a href="../index.html">Documentation</a>»</li>
<li class="nav-item nav-item-1"><a href="../Reference.html" >Reference</a> »</li>
<li class="nav-item nav-item-2"><a href="index.html" accesskey="U">LLVM Command Guide</a> »</li>
<li class="nav-item nav-item-this"><a href="">llc - LLVM static compiler</a></li>
</ul>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h3>Documentation</h3>
<ul class="want-points">
<li><a href="https://llvm.org/docs/GettingStartedTutorials.html">Getting Started/Tutorials</a></li>
<li><a href="https://llvm.org/docs/UserGuides.html">User Guides</a></li>
<li><a href="https://llvm.org/docs/Reference.html">Reference</a></li>
</ul>
<h3>Getting Involved</h3>
<ul class="want-points">
<li><a href="https://llvm.org/docs/Contributing.html">Contributing to LLVM</a></li>
<li><a href="https://llvm.org/docs/HowToSubmitABug.html">Submitting Bug Reports</a></li>
<li><a href="https://llvm.org/docs/GettingInvolved.html#mailing-lists">Mailing Lists</a></li>
<li><a href="https://llvm.org/docs/GettingInvolved.html#irc">IRC</a></li>
<li><a href="https://llvm.org/docs/GettingInvolved.html#meetups-and-social-events">Meetups and Social Events</a></li>
</ul>
<h3>Additional Links</h3>
<ul class="want-points">
<li><a href="https://llvm.org/docs/FAQ.html">FAQ</a></li>
<li><a href="https://llvm.org/docs/Lexicon.html">Glossary</a></li>
<li><a href="https://llvm.org/pubs">Publications</a></li>
<li><a href="https://github.com/llvm/llvm-project//">Github Repository</a></li>
</ul>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/CommandGuide/llc.rst.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" />
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="llc-llvm-static-compiler">
<h1>llc - LLVM static compiler<a class="headerlink" href="#llc-llvm-static-compiler" title="Permalink to this headline">¶</a></h1>
<div class="section" id="synopsis">
<h2>SYNOPSIS<a class="headerlink" href="#synopsis" title="Permalink to this headline">¶</a></h2>
<p><strong class="program">llc</strong> [<em>options</em>] [<em>filename</em>]</p>
</div>
<div class="section" id="description">
<h2>DESCRIPTION<a class="headerlink" href="#description" title="Permalink to this headline">¶</a></h2>
<p>The <strong class="program">llc</strong> command compiles LLVM source inputs into assembly language
for a specified architecture. The assembly language output can then be passed
through a native assembler and linker to generate a native executable.</p>
<p>The choice of architecture for the output assembly code is automatically
determined from the input file, unless the <a class="reference internal" href="#cmdoption-llc-march"><code class="xref std std-option docutils literal notranslate"><span class="pre">-march</span></code></a> option is used to
override the default.</p>
</div>
<div class="section" id="options">
<h2>OPTIONS<a class="headerlink" href="#options" title="Permalink to this headline">¶</a></h2>
<p>If <code class="docutils literal notranslate"><span class="pre">filename</span></code> is “<code class="docutils literal notranslate"><span class="pre">-</span></code>” or omitted, <strong class="program">llc</strong> reads from standard input.
Otherwise, it will from <code class="docutils literal notranslate"><span class="pre">filename</span></code>. Inputs can be in either the LLVM assembly
language format (<code class="docutils literal notranslate"><span class="pre">.ll</span></code>) or the LLVM bitcode format (<code class="docutils literal notranslate"><span class="pre">.bc</span></code>).</p>
<p>If the <a class="reference internal" href="#cmdoption-llc-o"><code class="xref std std-option docutils literal notranslate"><span class="pre">-o</span></code></a> option is omitted, then <strong class="program">llc</strong> will send its output
to standard output if the input is from standard input. If the <a class="reference internal" href="#cmdoption-llc-o"><code class="xref std std-option docutils literal notranslate"><span class="pre">-o</span></code></a>
option specifies “<code class="docutils literal notranslate"><span class="pre">-</span></code>“, then the output will also be sent to standard output.</p>
<p>If no <a class="reference internal" href="#cmdoption-llc-o"><code class="xref std std-option docutils literal notranslate"><span class="pre">-o</span></code></a> option is specified and an input file other than “<code class="docutils literal notranslate"><span class="pre">-</span></code>” is
specified, then <strong class="program">llc</strong> creates the output filename by taking the input
filename, removing any existing <code class="docutils literal notranslate"><span class="pre">.bc</span></code> extension, and adding a <code class="docutils literal notranslate"><span class="pre">.s</span></code> suffix.</p>
<p>Other <strong class="program">llc</strong> options are described below.</p>
<div class="section" id="end-user-options">
<h3>End-user Options<a class="headerlink" href="#end-user-options" title="Permalink to this headline">¶</a></h3>
<dl class="std option">
<dt id="cmdoption-llc-help">
<code class="sig-name descname"><span class="pre">-help</span></code><code class="sig-prename descclassname"></code><a class="headerlink" href="#cmdoption-llc-help" title="Permalink to this definition">¶</a></dt>
<dd><p>Print a summary of command line options.</p>
</dd></dl>
<dl class="std option">
<dt id="cmdoption-llc-o">
<code class="sig-name descname"><span class="pre">-o</span></code><code class="sig-prename descclassname"> <span class="pre"><filename></span></code><a class="headerlink" href="#cmdoption-llc-o" title="Permalink to this definition">¶</a></dt>
<dd><p>Use <code class="docutils literal notranslate"><span class="pre"><filename></span></code> as the output filename. See the summary above for more
details.</p>
</dd></dl>
<dl class="std option">
<dt id="cmdoption-llc-O">
<code class="sig-name descname"><span class="pre">-O</span></code><code class="sig-prename descclassname"><span class="pre">=uint</span></code><a class="headerlink" href="#cmdoption-llc-O" title="Permalink to this definition">¶</a></dt>
<dd><p>Generate code at different optimization levels. These correspond to the
<code class="docutils literal notranslate"><span class="pre">-O0</span></code>, <code class="docutils literal notranslate"><span class="pre">-O1</span></code>, <code class="docutils literal notranslate"><span class="pre">-O2</span></code>, and <code class="docutils literal notranslate"><span class="pre">-O3</span></code> optimization levels used by
<strong class="program">clang</strong>.</p>
</dd></dl>
<dl class="std option">
<dt id="cmdoption-llc-mtriple">
<code class="sig-name descname"><span class="pre">-mtriple</span></code><code class="sig-prename descclassname"><span class="pre">=<target</span> <span class="pre">triple></span></code><a class="headerlink" href="#cmdoption-llc-mtriple" title="Permalink to this definition">¶</a></dt>
<dd><p>Override the target triple specified in the input file with the specified
string.</p>
</dd></dl>
<dl class="std option">
<dt id="cmdoption-llc-march">
<code class="sig-name descname"><span class="pre">-march</span></code><code class="sig-prename descclassname"><span class="pre">=<arch></span></code><a class="headerlink" href="#cmdoption-llc-march" title="Permalink to this definition">¶</a></dt>
<dd><p>Specify the architecture for which to generate assembly, overriding the target
encoded in the input file. See the output of <code class="docutils literal notranslate"><span class="pre">llc</span> <span class="pre">-help</span></code> for a list of
valid architectures. By default this is inferred from the target triple or
autodetected to the current architecture.</p>
</dd></dl>
<dl class="std option">
<dt id="cmdoption-llc-mcpu">
<code class="sig-name descname"><span class="pre">-mcpu</span></code><code class="sig-prename descclassname"><span class="pre">=<cpuname></span></code><a class="headerlink" href="#cmdoption-llc-mcpu" title="Permalink to this definition">¶</a></dt>
<dd><p>Specify a specific chip in the current architecture to generate code for.
By default this is inferred from the target triple and autodetected to
the current architecture. For a list of available CPUs, use:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>llvm-as < /dev/null | llc -march=xyz -mcpu=help
</pre></div>
</div>
</dd></dl>
<dl class="std option">
<dt id="cmdoption-llc-filetype">
<code class="sig-name descname"><span class="pre">-filetype</span></code><code class="sig-prename descclassname"><span class="pre">=<output</span> <span class="pre">file</span> <span class="pre">type></span></code><a class="headerlink" href="#cmdoption-llc-filetype" title="Permalink to this definition">¶</a></dt>
<dd><p>Specify what kind of output <code class="docutils literal notranslate"><span class="pre">llc</span></code> should generated. Options are: <code class="docutils literal notranslate"><span class="pre">asm</span></code>
for textual assembly ( <code class="docutils literal notranslate"><span class="pre">'.s'</span></code>), <code class="docutils literal notranslate"><span class="pre">obj</span></code> for native object files (<code class="docutils literal notranslate"><span class="pre">'.o'</span></code>)
and <code class="docutils literal notranslate"><span class="pre">null</span></code> for not emitting anything (for performance testing).</p>
<p>Note that not all targets support all options.</p>
</dd></dl>
<dl class="std option">
<dt id="cmdoption-llc-mattr">
<code class="sig-name descname"><span class="pre">-mattr</span></code><code class="sig-prename descclassname"><span class="pre">=a1,+a2,-a3,...</span></code><a class="headerlink" href="#cmdoption-llc-mattr" title="Permalink to this definition">¶</a></dt>
<dd><p>Override or control specific attributes of the target, such as whether SIMD
operations are enabled or not. The default set of attributes is set by the
current CPU. For a list of available attributes, use:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>llvm-as < /dev/null | llc -march=xyz -mattr=help
</pre></div>
</div>
</dd></dl>
<dl class="std option">
<dt id="cmdoption-llc-frame-pointer">
<code class="sig-name descname"><span class="pre">--frame-pointer</span></code><code class="sig-prename descclassname"></code><a class="headerlink" href="#cmdoption-llc-frame-pointer" title="Permalink to this definition">¶</a></dt>
<dd><p>Specify effect of frame pointer elimination optimization (all,non-leaf,none).</p>
</dd></dl>
<dl class="std option">
<dt id="cmdoption-llc-disable-excess-fp-precision">
<code class="sig-name descname"><span class="pre">--disable-excess-fp-precision</span></code><code class="sig-prename descclassname"></code><a class="headerlink" href="#cmdoption-llc-disable-excess-fp-precision" title="Permalink to this definition">¶</a></dt>
<dd><p>Disable optimizations that may produce excess precision for floating point.
Note that this option can dramatically slow down code on some systems
(e.g. X86).</p>
</dd></dl>
<dl class="std option">
<dt id="cmdoption-llc-enable-no-infs-fp-math">
<code class="sig-name descname"><span class="pre">--enable-no-infs-fp-math</span></code><code class="sig-prename descclassname"></code><a class="headerlink" href="#cmdoption-llc-enable-no-infs-fp-math" title="Permalink to this definition">¶</a></dt>
<dd><p>Enable optimizations that assume no Inf values.</p>
</dd></dl>
<dl class="std option">
<dt id="cmdoption-llc-enable-no-nans-fp-math">
<code class="sig-name descname"><span class="pre">--enable-no-nans-fp-math</span></code><code class="sig-prename descclassname"></code><a class="headerlink" href="#cmdoption-llc-enable-no-nans-fp-math" title="Permalink to this definition">¶</a></dt>
<dd><p>Enable optimizations that assume no NAN values.</p>
</dd></dl>
<dl class="std option">
<dt id="cmdoption-llc-enable-no-signed-zeros-fp-math">
<code class="sig-name descname"><span class="pre">--enable-no-signed-zeros-fp-math</span></code><code class="sig-prename descclassname"></code><a class="headerlink" href="#cmdoption-llc-enable-no-signed-zeros-fp-math" title="Permalink to this definition">¶</a></dt>
<dd><p>Enable FP math optimizations that assume the sign of 0 is insignificant.</p>
</dd></dl>
<dl class="std option">
<dt id="cmdoption-llc-enable-no-trapping-fp-math">
<code class="sig-name descname"><span class="pre">--enable-no-trapping-fp-math</span></code><code class="sig-prename descclassname"></code><a class="headerlink" href="#cmdoption-llc-enable-no-trapping-fp-math" title="Permalink to this definition">¶</a></dt>
<dd><p>Enable setting the FP exceptions build attribute not to use exceptions.</p>
</dd></dl>
<dl class="std option">
<dt id="cmdoption-llc-enable-unsafe-fp-math">
<code class="sig-name descname"><span class="pre">--enable-unsafe-fp-math</span></code><code class="sig-prename descclassname"></code><a class="headerlink" href="#cmdoption-llc-enable-unsafe-fp-math" title="Permalink to this definition">¶</a></dt>
<dd><p>Enable optimizations that make unsafe assumptions about IEEE math (e.g. that
addition is associative) or may not work for all input ranges. These
optimizations allow the code generator to make use of some instructions which
would otherwise not be usable (such as <code class="docutils literal notranslate"><span class="pre">fsin</span></code> on X86).</p>
</dd></dl>
<dl class="std option">
<dt id="cmdoption-llc-stats">
<code class="sig-name descname"><span class="pre">--stats</span></code><code class="sig-prename descclassname"></code><a class="headerlink" href="#cmdoption-llc-stats" title="Permalink to this definition">¶</a></dt>
<dd><p>Print statistics recorded by code-generation passes.</p>
</dd></dl>
<dl class="std option">
<dt id="cmdoption-llc-time-passes">
<code class="sig-name descname"><span class="pre">--time-passes</span></code><code class="sig-prename descclassname"></code><a class="headerlink" href="#cmdoption-llc-time-passes" title="Permalink to this definition">¶</a></dt>
<dd><p>Record the amount of time needed for each pass and print a report to standard
error.</p>
</dd></dl>
<dl class="std option">
<dt id="cmdoption-llc-load">
<code class="sig-name descname"><span class="pre">--load</span></code><code class="sig-prename descclassname"><span class="pre">=<dso_path></span></code><a class="headerlink" href="#cmdoption-llc-load" title="Permalink to this definition">¶</a></dt>
<dd><p>Dynamically load <code class="docutils literal notranslate"><span class="pre">dso_path</span></code> (a path to a dynamically shared object) that
implements an LLVM target. This will permit the target name to be used with
the <a class="reference internal" href="#cmdoption-llc-march"><code class="xref std std-option docutils literal notranslate"><span class="pre">-march</span></code></a> option so that code can be generated for that target.</p>
</dd></dl>
<dl class="std option">
<dt id="cmdoption-llc-meabi">
<code class="sig-name descname"><span class="pre">-meabi</span></code><code class="sig-prename descclassname"><span class="pre">=[default|gnu|4|5]</span></code><a class="headerlink" href="#cmdoption-llc-meabi" title="Permalink to this definition">¶</a></dt>
<dd><p>Specify which EABI version should conform to. Valid EABI versions are <em>gnu</em>,
<em>4</em> and <em>5</em>. Default value (<em>default</em>) depends on the triple.</p>
</dd></dl>
<dl class="std option">
<dt id="cmdoption-llc-stack-size-section">
<code class="sig-name descname"><span class="pre">-stack-size-section</span></code><code class="sig-prename descclassname"></code><a class="headerlink" href="#cmdoption-llc-stack-size-section" title="Permalink to this definition">¶</a></dt>
<dd><p>Emit the .stack_sizes section which contains stack size metadata. The section
contains an array of pairs of function symbol values (pointer size) and stack
sizes (unsigned LEB128). The stack size values only include the space allocated
in the function prologue. Functions with dynamic stack allocations are not
included.</p>
</dd></dl>
<dl class="std option">
<dt id="cmdoption-llc-remarks-section">
<code class="sig-name descname"><span class="pre">-remarks-section</span></code><code class="sig-prename descclassname"></code><a class="headerlink" href="#cmdoption-llc-remarks-section" title="Permalink to this definition">¶</a></dt>
<dd><p>Emit the __remarks (MachO) section which contains metadata about remark
diagnostics.</p>
</dd></dl>
</div>
<div class="section" id="tuning-configuration-options">
<h3>Tuning/Configuration Options<a class="headerlink" href="#tuning-configuration-options" title="Permalink to this headline">¶</a></h3>
<dl class="std option">
<dt id="cmdoption-llc-print-after-isel">
<code class="sig-name descname"><span class="pre">--print-after-isel</span></code><code class="sig-prename descclassname"></code><a class="headerlink" href="#cmdoption-llc-print-after-isel" title="Permalink to this definition">¶</a></dt>
<dd><p>Print generated machine code after instruction selection (useful for debugging).</p>
</dd></dl>
<dl class="std option">
<dt id="cmdoption-llc-regalloc">
<code class="sig-name descname"><span class="pre">--regalloc</span></code><code class="sig-prename descclassname"><span class="pre">=<allocator></span></code><a class="headerlink" href="#cmdoption-llc-regalloc" title="Permalink to this definition">¶</a></dt>
<dd><p>Specify the register allocator to use.
Valid register allocators are:</p>
<p><em>basic</em></p>
<blockquote>
<div><p>Basic register allocator.</p>
</div></blockquote>
<p><em>fast</em></p>
<blockquote>
<div><p>Fast register allocator. It is the default for unoptimized code.</p>
</div></blockquote>
<p><em>greedy</em></p>
<blockquote>
<div><p>Greedy register allocator. It is the default for optimized code.</p>
</div></blockquote>
<p><em>pbqp</em></p>
<blockquote>
<div><p>Register allocator based on ‘Partitioned Boolean Quadratic Programming’.</p>
</div></blockquote>
</dd></dl>
<dl class="std option">
<dt id="cmdoption-llc-spiller">
<code class="sig-name descname"><span class="pre">--spiller</span></code><code class="sig-prename descclassname"><span class="pre">=<spiller></span></code><a class="headerlink" href="#cmdoption-llc-spiller" title="Permalink to this definition">¶</a></dt>
<dd><p>Specify the spiller to use for register allocators that support it. Currently
this option is used only by the linear scan register allocator. The default
<code class="docutils literal notranslate"><span class="pre">spiller</span></code> is <em>local</em>. Valid spillers are:</p>
<p><em>simple</em></p>
<blockquote>
<div><p>Simple spiller</p>
</div></blockquote>
<p><em>local</em></p>
<blockquote>
<div><p>Local spiller</p>
</div></blockquote>
</dd></dl>
</div>
<div class="section" id="intel-ia-32-specific-options">
<h3>Intel IA-32-specific Options<a class="headerlink" href="#intel-ia-32-specific-options" title="Permalink to this headline">¶</a></h3>
<dl class="std option">
<dt id="cmdoption-llc-x86-asm-syntax">
<code class="sig-name descname"><span class="pre">--x86-asm-syntax</span></code><code class="sig-prename descclassname"><span class="pre">=[att|intel]</span></code><a class="headerlink" href="#cmdoption-llc-x86-asm-syntax" title="Permalink to this definition">¶</a></dt>
<dd><p>Specify whether to emit assembly code in AT&T syntax (the default) or Intel
syntax.</p>
</dd></dl>
</div>
</div>
<div class="section" id="exit-status">
<h2>EXIT STATUS<a class="headerlink" href="#exit-status" title="Permalink to this headline">¶</a></h2>
<p>If <strong class="program">llc</strong> succeeds, it will exit with 0. Otherwise, if an error
occurs, it will exit with a non-zero value.</p>
</div>
<div class="section" id="see-also">
<h2>SEE ALSO<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
<p><em class="manpage"><a class="manpage reference external" href="https://llvm.org/docs/CommandGuide/lli.html">lli(1)</a></em></p>
</div>
</div>
<div class="clearer"></div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="lli.html" title="lli - directly execute programs from LLVM bitcode"
>next</a> |</li>
<li class="right" >
<a href="dsymutil.html" title="dsymutil - manipulate archived DWARF debug symbol files"
>previous</a> |</li>
<li><a href="https://llvm.org/">LLVM Home</a> | </li>
<li><a href="../index.html">Documentation</a>»</li>
<li class="nav-item nav-item-1"><a href="../Reference.html" >Reference</a> »</li>
<li class="nav-item nav-item-2"><a href="index.html" >LLVM Command Guide</a> »</li>
<li class="nav-item nav-item-this"><a href="">llc - LLVM static compiler</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2003-2021, LLVM Project.
Last updated on 2021-09-18.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 3.5.4.
</div>
</body>
</html>
|