From e08ad2e67bd78f092c982def97a3a6ba6f129240 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Sun, 19 Oct 2003 18:09:24 +0000 Subject: Minor edits; also expand description of '-v' option. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9263 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/llvm-link.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/CommandGuide/llvm-link.html b/docs/CommandGuide/llvm-link.html index 7b25e632aa..ff980c2241 100644 --- a/docs/CommandGuide/llvm-link.html +++ b/docs/CommandGuide/llvm-link.html @@ -22,9 +22,9 @@ 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 +directory. If that fails, it looks for each file in each of 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 +paths are global; each one is searched for every input file if necessary. The directories are searched in the order they were specified on the command line.

@@ -55,7 +55,7 @@ OPTIONS
  • -d
    - If specified, llvm-link prints a human readable version of the + If specified, llvm-link prints a human-readable version of the output bytecode file to standard error.

    @@ -67,6 +67,8 @@ OPTIONS

  • -v
    Verbose mode. Print information about what llvm-link is doing. + This typically includes a message for each bytecode file linked in + and for each library found.

    -- cgit v1.2.3