mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-30 14:50:30 +00:00
Man page update.
llvm-svn: 60669
This commit is contained in:
parent
c1fc4efe85
commit
63bd106f2c
@ -81,6 +81,10 @@ that define the following options:
|
||||
|
||||
=over
|
||||
|
||||
=item B<-clang>
|
||||
|
||||
Use Clang instead of llvm-gcc.
|
||||
|
||||
=item B<-I> I<directory>
|
||||
|
||||
Add a directory to the header file search path. This option can be
|
||||
@ -102,6 +106,14 @@ Make the output be LLVM bitcode (with B<-c>) or assembly (with B<-s>) instead
|
||||
of native object (or assembly). If B<-emit-llvm> is given without either B<-c>
|
||||
or B<-S> it has no effect.
|
||||
|
||||
=item B<-Wa>
|
||||
|
||||
Pass options to assembler.
|
||||
|
||||
=item B<-Wl>
|
||||
|
||||
Pass options to linker.
|
||||
|
||||
=back
|
||||
|
||||
=head1 EXIT STATUS
|
||||
|
Loading…
Reference in New Issue
Block a user