Man page update.
authorMikhail Glushenkov <foldr@codedgers.com>
Fri, 12 Dec 2008 02:34:56 +0000 (02:34 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Fri, 12 Dec 2008 02:34:56 +0000 (02:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60918 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/llvmc.pod

index 5938e36f27d869defcfa7c91c4e9735d45f3fdac..7bfc3d71cbac70b036a7f6818dd37722a89bb672 100644 (file)
@@ -85,6 +85,10 @@ that define the following options:
 
 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 assembler.
 
 Pass options to linker.
 
+=item B<-Wo>
+
+Pass options to opt.
+
 =back
 
 =head1 EXIT STATUS