aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CommandGuide/llc.pod
diff options
context:
space:
mode:
Diffstat (limited to 'docs/CommandGuide/llc.pod')
-rw-r--r--docs/CommandGuide/llc.pod6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/CommandGuide/llc.pod b/docs/CommandGuide/llc.pod
index fd38abd08b..8adfb682be 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<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