summaryrefslogtreecommitdiff
path: root/docs/GettingStarted.html
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-12-08 18:04:14 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-12-08 18:04:14 +0000
commitd9eceee053d20451a804c248ef71ed8a28297d94 (patch)
treeadaef7879ab41334f185b0c766ef78bdbf1e6f16 /docs/GettingStarted.html
parenta34e65dc92f30ba2e94413ab8f47a07c7ba6b87c (diff)
downloadllvm-d9eceee053d20451a804c248ef71ed8a28297d94.tar.gz
llvm-d9eceee053d20451a804c248ef71ed8a28297d94.tar.bz2
llvm-d9eceee053d20451a804c248ef71ed8a28297d94.tar.xz
Mention in the exposition that lli can JIT on PowerPC now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18646 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r--docs/GettingStarted.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index eb8d1d0b07..d23ac92130 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -1228,7 +1228,7 @@ information is in the <a href="CommandGuide/index.html">Command Guide</a>.</p>
can directly execute LLVM bytecode (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 only x86 and Sparc), by default,
+ 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>