[llvm-commits] [llvm] r81954 - /llvm/trunk/docs/CommandGuide/opt.pod
Daniel Dunbar
daniel at zuster.org
Tue Sep 15 16:40:07 PDT 2009
Author: ddunbar
Date: Tue Sep 15 18:40:07 2009
New Revision: 81954
URL: http://llvm.org/viewvc/llvm-project?rev=81954&view=rev
Log:
Put back non-obsolete -f sections for 'opt'.
Modified:
llvm/trunk/docs/CommandGuide/opt.pod
Modified: llvm/trunk/docs/CommandGuide/opt.pod
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/opt.pod?rev=81954&r1=81953&r2=81954&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/opt.pod (original)
+++ llvm/trunk/docs/CommandGuide/opt.pod Tue Sep 15 18:40:07 2009
@@ -38,6 +38,12 @@
=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.
More information about the llvm-commits
mailing list