diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-12-02 16:35:42 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-12-02 16:35:42 +0000 |
commit | 3248df2373af7a303b4c948a8190edea7e949d5c (patch) | |
tree | 68a7a0a32314e8038f55e7957ff1ce357ac156ac /docs/CommandGuide/index.html | |
parent | fdba2cb5512fe613361e128f4d2ff858937aff8f (diff) |
Document the llvm-upgrade tool.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32124 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/index.html')
-rw-r--r-- | docs/CommandGuide/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html index 349da742be..8ef0bf5f22 100644 --- a/docs/CommandGuide/index.html +++ b/docs/CommandGuide/index.html @@ -38,6 +38,9 @@ options) arguments to the tool you are interested in.</p> <li><a href="html/llvm-dis.html"><b>llvm-dis</b></a> - disassemble a bytecode file into a human-readable .ll file</li> +<li><a href="html/llvm-upgrade.html"><b>llvm-upgrade</b></a> - + upgrade LLVM assembly from previous version</li> + <li><a href="html/opt.html"><b>opt</b></a> - run a series of LLVM-to-LLVM optimizations on a bytecode file</li> |