diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-09-15 23:40:07 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-09-15 23:40:07 +0000 |
commit | c7d10a0e7f6a2800a30b372d73445f4a947e7999 (patch) | |
tree | 141239df3e9d3fac3f41d30e6266226275d22039 /docs/CommandGuide | |
parent | 356aed540cda52727440d37dbbbe22cf140b7066 (diff) |
Put back non-obsolete -f sections for 'opt'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81954 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/opt.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/CommandGuide/opt.pod b/docs/CommandGuide/opt.pod index daf10405a0..d1d1db5ef6 100644 --- a/docs/CommandGuide/opt.pod +++ b/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. |