Renamed the link page to llvmlink.html

Added initial pages for the extract and llvm-link commands.
Reworded the description of the -load option for analyze to hopefully make it
more clear.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8575 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
John Criswell
2003-09-17 14:11:24 +00:00
parent dd408e12d6
commit 58ebcd0d82
4 changed files with 168 additions and 3 deletions

View File

@@ -41,7 +41,7 @@
Optimize an LLVM bytecode file.
<p>
<dt><A href="link.html"><b>link</b></A>
<dt><A href="llvmlink.html"><b>llvm-link</b></A>
<dd>
Link several LLVM bytecode files together into one LLVM
bytecode file.