summaryrefslogtreecommitdiffstats
path: root/docs/CommandGuide/index.html
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-09-17 14:11:24 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-09-17 14:11:24 +0000
commit58ebcd0d82c8f9d6bf3ca3de9385fa576513d5f1 (patch)
tree7fc9ebf566030629693a973c5324a980921c4577 /docs/CommandGuide/index.html
parentdd408e12d6bf6e9bf8cfed60030d7720530ce6cc (diff)
downloadexternal_llvm-58ebcd0d82c8f9d6bf3ca3de9385fa576513d5f1.zip
external_llvm-58ebcd0d82c8f9d6bf3ca3de9385fa576513d5f1.tar.gz
external_llvm-58ebcd0d82c8f9d6bf3ca3de9385fa576513d5f1.tar.bz2
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
Diffstat (limited to 'docs/CommandGuide/index.html')
-rw-r--r--docs/CommandGuide/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html
index 022e9ee..cb6d3d2 100644
--- a/docs/CommandGuide/index.html
+++ b/docs/CommandGuide/index.html
@@ -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.