diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-09-15 20:31:35 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-09-15 20:31:35 +0000 |
commit | d1c990ff67d00c02fe39fef857c2581cc41ad1f1 (patch) | |
tree | 562e7b0091676d57d7d17fa113b5d993bc5d847d /docs/CommandGuide/opt.pod | |
parent | 6db36f3ce9df64d3ce29c42b1b365338965cd89d (diff) | |
download | llvm-d1c990ff67d00c02fe39fef857c2581cc41ad1f1.tar.gz |
Remove references to obsolete -f option.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81911 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/opt.pod')
-rw-r--r-- | docs/CommandGuide/opt.pod | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/CommandGuide/opt.pod b/docs/CommandGuide/opt.pod index d1d1db5ef67e..daf10405a087 100644 --- a/docs/CommandGuide/opt.pod +++ b/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. |