diff options
author | Tanya Lattner <tonic@nondot.org> | 2008-04-07 18:32:25 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2008-04-07 18:32:25 +0000 |
commit | 148df159a38fabe1103f9f92898a8c7c284ffd58 (patch) | |
tree | bd832b2eeb27257343b43647e92ede953afb4dd0 /docs/CommandGuide/index.html | |
parent | 412821284f16a683e9b734baf2b6c9b4635857f2 (diff) |
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.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html index 5cac65cd0b..ab27e5d469 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> |