aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CommandGuide/index.html
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2008-04-07 18:32:25 +0000
committerTanya Lattner <tonic@nondot.org>2008-04-07 18:32:25 +0000
commit148df159a38fabe1103f9f92898a8c7c284ffd58 (patch)
treebd832b2eeb27257343b43647e92ede953afb4dd0 /docs/CommandGuide/index.html
parent412821284f16a683e9b734baf2b6c9b4635857f2 (diff)
downloadexternal_llvm-148df159a38fabe1103f9f92898a8c7c284ffd58.zip
external_llvm-148df159a38fabe1103f9f92898a8c7c284ffd58.tar.gz
external_llvm-148df159a38fabe1103f9f92898a8c7c284ffd58.tar.bz2
Added note to getting started guide to use llvm-gcc4.2.
Removed llvm-upgrade from documentations. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49346 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/index.html')
-rw-r--r--docs/CommandGuide/index.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html
index 5cac65c..ab27e5d 100644
--- a/docs/CommandGuide/index.html
+++ b/docs/CommandGuide/index.html
@@ -38,9 +38,6 @@ options) arguments to the tool you are interested in.</p>
<li><a href="/cmds/llvm-dis.html"><b>llvm-dis</b></a> -
disassemble a bytecode file into a human-readable .ll file</li>
-<li><a href="/cmds/llvm-upgrade.html"><b>llvm-upgrade</b></a> -
- upgrade LLVM assembly from previous version</li>
-
<li><a href="/cmds/opt.html"><b>opt</b></a> -
run a series of LLVM-to-LLVM optimizations on a bytecode file</li>