aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/GettingStarted.html
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2007-12-03 01:58:01 +0000
committerNick Lewycky <nicholas@mxc.ca>2007-12-03 01:58:01 +0000
commit9746782cea5ae75d4b404f04a2f0abffa2a0d091 (patch)
treee617e92135709d1f2b932c30c82f50f4122a6479 /llvm/docs/GettingStarted.html
parentd93847a96ac8c3e7c60b685a140e45fd3400de9c (diff)
downloadllvm-9746782cea5ae75d4b404f04a2f0abffa2a0d091.zip
llvm-9746782cea5ae75d4b404f04a2f0abffa2a0d091.tar.gz
llvm-9746782cea5ae75d4b404f04a2f0abffa2a0d091.tar.bz2
lli -trace was removed back in 2003.
llvm-svn: 44527
Diffstat (limited to 'llvm/docs/GettingStarted.html')
-rw-r--r--llvm/docs/GettingStarted.html11
1 files changed, 4 insertions, 7 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html
index 5bd4d41..bcf36c3 100644
--- a/llvm/docs/GettingStarted.html
+++ b/llvm/docs/GettingStarted.html
@@ -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