diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-11 09:30:00 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-11 09:30:00 +0000 |
commit | 0aa189949ccc5bd4d267494dfb939dfea1c3f555 (patch) | |
tree | 56f402f587d002b7ef7171faa98de5152b52719e /docs/CommandGuide | |
parent | e26ed7a56a81ccd335dea4ce092cca517ca33cf4 (diff) | |
download | external_llvm-0aa189949ccc5bd4d267494dfb939dfea1c3f555.zip external_llvm-0aa189949ccc5bd4d267494dfb939dfea1c3f555.tar.gz external_llvm-0aa189949ccc5bd4d267494dfb939dfea1c3f555.tar.bz2 |
Add llvm-ar to the index.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17682 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-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 a3f0c34..b4d8d66 100644 --- a/docs/CommandGuide/index.html +++ b/docs/CommandGuide/index.html @@ -54,6 +54,9 @@ options) arguments to the tool you are interested in.</p> <li><a href="html/analyze.html"><b>analyze</b></a> - run LLVM analyses on a bytecode file and print the results</li> +<li><a href="html/llvm-ar.html"><b>llvm-ar</b></a> - + archive bytecode files</li> + <li><a href="html/llvm-nm.html"><b>llvm-nm</b></a> print out the names and types of symbols in a bytecode file</li> |