mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
lli -trace was removed back in 2003.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44527 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
10d64b95a1
commit
64270d5d46
@ -1380,13 +1380,10 @@ information is in the <a href="CommandGuide/index.html">Command Guide</a>.</p>
|
|||||||
|
|
||||||
<dt><tt><b>lli</b></tt></dt>
|
<dt><tt><b>lli</b></tt></dt>
|
||||||
<dd><tt>lli</tt> is the LLVM interpreter, which
|
<dd><tt>lli</tt> is the LLVM interpreter, which
|
||||||
can directly execute LLVM bitcode (although very slowly...). In addition
|
can directly execute LLVM bitcode (although very slowly...). For architectures
|
||||||
to a simple interpreter, <tt>lli</tt> also has a tracing mode (entered by
|
that support it (currently x86, Sparc, and PowerPC), by default, <tt>lli</tt>
|
||||||
specifying <tt>-trace</tt> on the command line). Finally, for
|
will function as a Just-In-Time compiler (if the functionality was compiled
|
||||||
architectures that support it (currently x86, Sparc, and PowerPC), by default,
|
in), and will execute the code <i>much</i> faster than the interpreter.</dd>
|
||||||
<tt>lli</tt> will function as a Just-In-Time compiler (if the
|
|
||||||
functionality was compiled in), and will execute the code <i>much</i>
|
|
||||||
faster than the interpreter.</dd>
|
|
||||||
|
|
||||||
<dt><tt><b>llc</b></tt></dt>
|
<dt><tt><b>llc</b></tt></dt>
|
||||||
<dd> <tt>llc</tt> is the LLVM backend compiler, which
|
<dd> <tt>llc</tt> is the LLVM backend compiler, which
|
||||||
|
Loading…
x
Reference in New Issue
Block a user