From 64270d5d4638dbda271d7ccb945ebbb34e9ab572 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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44527 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/GettingStarted.html | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 5bd4d417626..bcf36c38c77 100644
--- a/docs/GettingStarted.html
+++ b/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