From 62435345f135be90544e124c5d40e88b3c8fb50a Mon Sep 17 00:00:00 2001 From: John Criswell Date: Fri, 26 Sep 2003 16:32:00 +0000 Subject: Added information on how input and output files are selected. Added information on where files are located by llvm-link. Added missing options. Re-worded some stuff so that it (hopefully) sounds better. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8723 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/llvm-link.html | 41 ++++++++++++++++++++++++++++------------ 1 file changed, 29 insertions(+), 12 deletions(-) (limited to 'docs/CommandGuide/llvm-link.html') diff --git a/docs/CommandGuide/llvm-link.html b/docs/CommandGuide/llvm-link.html index b067b4b85e..831fa33fa4 100644 --- a/docs/CommandGuide/llvm-link.html +++ b/docs/CommandGuide/llvm-link.html @@ -25,19 +25,29 @@ llvm-link [options] <filename> [filename ...] DESCRIPTION -The llvm-link command takes several LLVM bytecode files and links them together into a single LLVM bytecode file. +The llvm-link command takes several LLVM bytecode files and links them together +into a single LLVM bytecode file. It writes the output file to standard +output, unless the -o option is used to specify a filename. +

+ +The llvm-link command attempts to load the input files from the current +directory. If that fails, it attempts to locate each file within the +directories specified by the -L options on the command line. The library +search paths are global; each one is search for every input file if necessary. +The directories are searched in the order they were specified on the command +line.

OPTIONS

@@ -82,7 +99,7 @@ will exit with a non-zero value.

SEE ALSO

-llvm-dis, lli +llvm-dis, lli, gccld
LLVM Team -- cgit v1.2.3