X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FCommandGuide%2Fllvm-link.html;h=7b25e632aad55803375ba26718eadf9f9d9a84b0;hb=bf6f438252969490afa203f13b93268c73718a23;hp=831fa33fa4e451dfd6dd1547e42e5e1c15870385;hpb=62435345f135be90544e124c5d40e88b3c8fb50a;p=oota-llvm.git diff --git a/docs/CommandGuide/llvm-link.html b/docs/CommandGuide/llvm-link.html index 831fa33fa4e..7b25e632aad 100644 --- a/docs/CommandGuide/llvm-link.html +++ b/docs/CommandGuide/llvm-link.html @@ -3,39 +3,29 @@ LLVM: llvm-link tool - + -
-

LLVM: llvm-link tool

-
+

LLVM: llvm-link tool


-

-NAME -

+

NAME

+llvm-link -llvm-link - -

-SYNOPSIS -

+

SYNOPSIS

+llvm-link [options] <filename> [filename ...] -llvm-link [options] <filename> [filename ...] -

-DESCRIPTION -

+

DESCRIPTION

-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 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 +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. +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 @@ -44,28 +34,29 @@ OPTIONS

EXIT STATUS

-If llvm-link succeeds, it will exit with 0. Otherwise, if an error occurs, it -will exit with a non-zero value. +If llvm-link succeeds, it will exit with 0. Otherwise, if an error +occurs, it will exit with a non-zero value. -

-SEE ALSO -

-llvm-dis, lli, gccld +

SEE ALSO

+gccld
-LLVM Team +Maintained by the LLVM Team.