From: Daniel Dunbar Date: Tue, 15 Sep 2009 20:31:35 +0000 (+0000) Subject: Remove references to obsolete -f option. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d1c990ff67d00c02fe39fef857c2581cc41ad1f1;p=oota-llvm.git Remove references to obsolete -f option. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81911 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CommandGuide/llc.pod b/docs/CommandGuide/llc.pod index fd38abd08be..8adfb682be0 100644 --- a/docs/CommandGuide/llc.pod +++ b/docs/CommandGuide/llc.pod @@ -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 and B. -=item B<-f> - -Enable binary output on terminals. Normally, B will refuse to -write raw bitcode output if the output stream is a terminal. With this option, -B will write raw bitcode regardless of the output device. - =item B<-mtriple>=I Override the target triple specified in the input file with the specified diff --git a/docs/CommandGuide/opt.pod b/docs/CommandGuide/opt.pod index d1d1db5ef67..daf10405a08 100644 --- a/docs/CommandGuide/opt.pod +++ b/docs/CommandGuide/opt.pod @@ -38,12 +38,6 @@ writes its output to the standard output. =over -=item B<-f> - -Enable binary output on terminals. Normally, B will refuse to -write raw bitcode output if the output stream is a terminal. With this option, -B will write raw bitcode regardless of the output device. - =item B<-help> Print a summary of command line options.