mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
Fix some typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38433 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c867dfbb38
commit
35931ae073
@ -27,14 +27,14 @@ in the order they were specified on the command line.
|
||||
=item B<-L> F<directory>
|
||||
|
||||
Add the specified F<directory> to the library search path. When looking for
|
||||
libraries, B<llvm-link> will look in pathname for libraries. This option can be
|
||||
libraries, B<llvm-link> will look in path name for libraries. This option can be
|
||||
specified multiple times; B<llvm-link> will search inside these directories in
|
||||
the order in which they were specified on the command line.
|
||||
|
||||
=item B<-f>
|
||||
|
||||
Overwrite output files. By default, B<llvm-link> will not overwrite an output
|
||||
file if it alreadys exists.
|
||||
file if it already exists.
|
||||
|
||||
=item B<-o> F<filename>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user