[llvm-commits] [llvm] r60669 - /llvm/trunk/docs/CommandGuide/llvmc.pod

Mikhail Glushenkov foldr at codedgers.com
Sun Dec 7 08:48:07 PST 2008


Author: foldr
Date: Sun Dec  7 10:48:07 2008
New Revision: 60669

URL: http://llvm.org/viewvc/llvm-project?rev=60669&view=rev
Log:
Man page update.

Modified:
    llvm/trunk/docs/CommandGuide/llvmc.pod

Modified: llvm/trunk/docs/CommandGuide/llvmc.pod
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvmc.pod?rev=60669&r1=60668&r2=60669&view=diff

==============================================================================
--- llvm/trunk/docs/CommandGuide/llvmc.pod (original)
+++ llvm/trunk/docs/CommandGuide/llvmc.pod Sun Dec  7 10:48:07 2008
@@ -81,6 +81,10 @@
 
 =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 @@
 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





More information about the llvm-commits mailing list