summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-09-15 20:31:35 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-09-15 20:31:35 +0000
commit3ef7d8f4b4a187dad26cf0ecc329810cc0ec1451 (patch)
treef06a6e7d68894bf94a295b770656373a97f4ccec /llvm/docs/CommandGuide
parentb87ddb53e5a60a38b1832a2bd2164ffc6c5729c6 (diff)
downloadbcm5719-llvm-3ef7d8f4b4a187dad26cf0ecc329810cc0ec1451.tar.gz
bcm5719-llvm-3ef7d8f4b4a187dad26cf0ecc329810cc0ec1451.zip
Remove references to obsolete -f option.
llvm-svn: 81911
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/llc.pod6
-rw-r--r--llvm/docs/CommandGuide/opt.pod6
2 files changed, 0 insertions, 12 deletions
diff --git a/llvm/docs/CommandGuide/llc.pod b/llvm/docs/CommandGuide/llc.pod
index fd38abd08be..8adfb682be0 100644
--- a/llvm/docs/CommandGuide/llc.pod
+++ b/llvm/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
diff --git a/llvm/docs/CommandGuide/opt.pod b/llvm/docs/CommandGuide/opt.pod
index d1d1db5ef67..daf10405a08 100644
--- a/llvm/docs/CommandGuide/opt.pod
+++ b/llvm/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<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.
OpenPOWER on IntegriCloud