[llvm-commits] [llvm] r60918 - /llvm/trunk/docs/CommandGuide/llvmc.pod
Mikhail Glushenkov
foldr at codedgers.com
Thu Dec 11 18:34:57 PST 2008
Author: foldr
Date: Thu Dec 11 20:34:56 2008
New Revision: 60918
URL: http://llvm.org/viewvc/llvm-project?rev=60918&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=60918&r1=60917&r2=60918&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvmc.pod (original)
+++ llvm/trunk/docs/CommandGuide/llvmc.pod Thu Dec 11 20:34:56 2008
@@ -85,6 +85,10 @@
Use Clang instead of llvm-gcc.
+=item B<-opt>
+
+Enable optimization with B<opt>.
+
=item B<-I> I<directory>
Add a directory to the header file search path. This option can be
@@ -114,6 +118,10 @@
Pass options to linker.
+=item B<-Wo>
+
+Pass options to opt.
+
=back
=head1 EXIT STATUS
More information about the llvm-commits
mailing list