From 58ebcd0d82c8f9d6bf3ca3de9385fa576513d5f1 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Wed, 17 Sep 2003 14:11:24 +0000 Subject: 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 --- docs/CommandGuide/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/CommandGuide/index.html') 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.

-

link +
llvm-link
Link several LLVM bytecode files together into one LLVM bytecode file. -- cgit v1.1