diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2007-12-03 01:58:01 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2007-12-03 01:58:01 +0000 |
commit | 64270d5d4638dbda271d7ccb945ebbb34e9ab572 (patch) | |
tree | eb831f277f73e5867ef47fa5a790a6db6f91b011 /docs/GettingStarted.html | |
parent | 10d64b95a121e69dbd70f7ed9fa660085f13f779 (diff) |
lli -trace was removed back in 2003.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44527 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 5bd4d41762..bcf36c38c7 100644 --- a/docs/GettingStarted.html +++ b/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 |