Remove references to obsolete -f option.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 15 Sep 2009 20:31:35 +0000 (20:31 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 15 Sep 2009 20:31:35 +0000 (20:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81911 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/llc.pod
docs/CommandGuide/opt.pod

index fd38abd08be4cd3456628a041db5b2064c064246..8adfb682be01bc4f487802785a93c20df86cda5c 100644 (file)
@@ -48,12 +48,6 @@ Generate code at different optimization levels. These correspond to the I<-O0>,
 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
index d1d1db5ef67ed548938d1b9ab1f363d543bca7a4..daf10405a087abe0202ec4e487ad312e8895198e 100644 (file)
@@ -38,12 +38,6 @@ writes its output to the standard output.
 
 =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.