summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-09-15 23:40:07 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-09-15 23:40:07 +0000
commite7430efb6219d85074cfa710e5229627a8d83790 (patch)
tree96264845cd0c94de83496898f6e78c461ab6ab79 /llvm/docs/CommandGuide
parentf8f6479388116d309081f6d18ee7dd6e5fe5b40d (diff)
downloadbcm5719-llvm-e7430efb6219d85074cfa710e5229627a8d83790.tar.gz
bcm5719-llvm-e7430efb6219d85074cfa710e5229627a8d83790.zip
Put back non-obsolete -f sections for 'opt'.
llvm-svn: 81954
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/opt.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/opt.pod b/llvm/docs/CommandGuide/opt.pod
index daf10405a08..d1d1db5ef67 100644
--- a/llvm/docs/CommandGuide/opt.pod
+++ b/llvm/docs/CommandGuide/opt.pod
@@ -38,6 +38,12 @@ 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