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 | e7430efb6219d85074cfa710e5229627a8d83790 (patch) | |
| tree | 96264845cd0c94de83496898f6e78c461ab6ab79 /llvm/docs/CommandGuide | |
| parent | f8f6479388116d309081f6d18ee7dd6e5fe5b40d (diff) | |
| download | bcm5719-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.pod | 6 |
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. |

