mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
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
This commit is contained in:
parent
f101788e40
commit
e08ad2e67b
@ -22,9 +22,9 @@ standard output, unless the -o option is used to specify a filename.
|
|||||||
<p>
|
<p>
|
||||||
|
|
||||||
The <tt>llvm-link</tt> command attempts to load the input files from the current
|
The <tt>llvm-link</tt> 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
|
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.
|
directories are searched in the order they were specified on the command line.
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
@ -55,7 +55,7 @@ OPTIONS
|
|||||||
|
|
||||||
<li>-d
|
<li>-d
|
||||||
<br>
|
<br>
|
||||||
If specified, <tt>llvm-link</tt> prints a human readable version of the
|
If specified, <tt>llvm-link</tt> prints a human-readable version of the
|
||||||
output bytecode file to standard error.
|
output bytecode file to standard error.
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
@ -67,6 +67,8 @@ OPTIONS
|
|||||||
<li>-v
|
<li>-v
|
||||||
<br>
|
<br>
|
||||||
Verbose mode. Print information about what <tt>llvm-link</tt> is doing.
|
Verbose mode. Print information about what <tt>llvm-link</tt> is doing.
|
||||||
|
This typically includes a message for each bytecode file linked in
|
||||||
|
and for each library found.
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
|
Loading…
Reference in New Issue
Block a user