lli -trace was removed back in 2003.

llvm-svn: 44527
This commit is contained in:
Nick Lewycky 2007-12-03 01:58:01 +00:00
parent d93847a96a
commit 9746782cea
1 changed files with 4 additions and 7 deletions

View File

@ -1380,13 +1380,10 @@ information is in the <a href="CommandGuide/index.html">Command Guide</a>.</p>
<dt><tt><b>lli</b></tt></dt>
<dd><tt>lli</tt> is the LLVM interpreter, which
can directly execute LLVM bitcode (although very slowly...). In addition
to a simple interpreter, <tt>lli</tt> also has a tracing mode (entered by
specifying <tt>-trace</tt> on the command line). Finally, for
architectures that support it (currently x86, Sparc, and PowerPC), by default,
<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>
can directly execute LLVM bitcode (although very slowly...). For architectures
that support it (currently x86, Sparc, and PowerPC), by default, <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>
<dd> <tt>llc</tt> is the LLVM backend compiler, which