Add llvm-ar to the index.
authorReid Spencer <rspencer@reidspencer.com>
Thu, 11 Nov 2004 09:30:00 +0000 (09:30 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 11 Nov 2004 09:30:00 +0000 (09:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17682 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/index.html
docs/index.html

index a3f0c34a6a9a06e14611e3a8c0f150babec450dc..b4d8d662f2b53592929283b7b31db378bd067f12 100644 (file)
@@ -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>
 
index 2e98cb19fed29e8551e204bfede673c0e428bf0d..cbd8cebf643e9076bef54f88fc8079dc8ac27bb2 100644 (file)
@@ -54,6 +54,7 @@ some tools.</li>
 <li><a href="CommandGuide/index.html">LLVM Command Guide</a> - A reference
 manual for the LLVM command line utilities ("man" pages for LLVM tools).<br/>
 Current tools:
+ <a href="CommandGuide/html/llvm-ar.html">llvm-ar</a>,
  <a href="CommandGuide/html/llvm-as.html">llvm-as</a>,
  <a href="CommandGuide/html/llvm-dis.html">llvm-dis</a>,
  <a href="CommandGuide/html/opt.html">opt</a>,