[llvm-commits] [llvm] r60765 - /llvm/trunk/docs/CommandGuide/llvmc.pod
Mikhail Glushenkov
foldr at codedgers.com
Tue Dec 9 06:41:00 PST 2008
Author: foldr
Date: Tue Dec 9 08:41:00 2008
New Revision: 60765
URL: http://llvm.org/viewvc/llvm-project?rev=60765&view=rev
Log:
Man page typo fix.
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=60765&r1=60764&r2=60765&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvmc.pod (original)
+++ llvm/trunk/docs/CommandGuide/llvmc.pod Tue Dec 9 08:41:00 2008
@@ -102,7 +102,7 @@
=item B<-emit-llvm>
-Make the output be LLVM bitcode (with B<-c>) or assembly (with B<-s>) instead
+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.
More information about the llvm-commits
mailing list