From 9746782cea5ae75d4b404f04a2f0abffa2a0d091 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Mon, 3 Dec 2007 01:58:01 +0000 Subject: [PATCH] lli -trace was removed back in 2003. llvm-svn: 44527 --- llvm/docs/GettingStarted.html | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index 5bd4d417626c..bcf36c38c77a 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -1380,13 +1380,10 @@ information is in the Command Guide.

lli
lli is the LLVM interpreter, which - can directly execute LLVM bitcode (although very slowly...). In addition - to a simple interpreter, lli also has a tracing mode (entered by - specifying -trace on the command line). Finally, for - architectures that support it (currently x86, Sparc, and PowerPC), by default, - lli will function as a Just-In-Time compiler (if the - functionality was compiled in), and will execute the code much - faster than the interpreter.
+ can directly execute LLVM bitcode (although very slowly...). For architectures + that support it (currently x86, Sparc, and PowerPC), by default, lli + will function as a Just-In-Time compiler (if the functionality was compiled + in), and will execute the code much faster than the interpreter.
llc
llc is the LLVM backend compiler, which