[llvm-commits] [llvm] r81911 - in /llvm/trunk/docs/CommandGuide: llc.pod opt.pod

Daniel Dunbar daniel at zuster.org
Tue Sep 15 13:31:35 PDT 2009


Author: ddunbar
Date: Tue Sep 15 15:31:35 2009
New Revision: 81911

URL: http://llvm.org/viewvc/llvm-project?rev=81911&view=rev
Log:
Remove references to obsolete -f option.

Modified:
    llvm/trunk/docs/CommandGuide/llc.pod
    llvm/trunk/docs/CommandGuide/opt.pod

Modified: llvm/trunk/docs/CommandGuide/llc.pod
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llc.pod?rev=81911&r1=81910&r2=81911&view=diff

==============================================================================
--- llvm/trunk/docs/CommandGuide/llc.pod (original)
+++ llvm/trunk/docs/CommandGuide/llc.pod Tue Sep 15 15:31:35 2009
@@ -48,12 +48,6 @@
 I<-O1>, I<-O2>, I<-O3>, and I<-O4> optimization levels used by B<llvm-gcc> and
 B<clang>.
 
-=item B<-f>
-
-Enable binary output on terminals.  Normally, B<llvm-extract> will refuse to
-write raw bitcode output if the output stream is a terminal. With this option,
-B<llvm-extract> will write raw bitcode regardless of the output device.
-
 =item B<-mtriple>=I<target triple>
 
 Override the target triple specified in the input file with the specified

Modified: llvm/trunk/docs/CommandGuide/opt.pod
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/opt.pod?rev=81911&r1=81910&r2=81911&view=diff

==============================================================================
--- llvm/trunk/docs/CommandGuide/opt.pod (original)
+++ llvm/trunk/docs/CommandGuide/opt.pod Tue Sep 15 15:31:35 2009
@@ -38,12 +38,6 @@
 
 =over
 
-=item B<-f>
-
-Enable binary output on terminals.  Normally, B<opt> will refuse to
-write raw bitcode output if the output stream is a terminal. With this option,
-B<opt> will write raw bitcode regardless of the output device.
-
 =item B<-help>
 
 Print a summary of command line options. 





More information about the llvm-commits mailing list