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 | 6dee039bc647d7ac37a135272648af92dec812e1 (patch) | |
| tree | 562e7b0091676d57d7d17fa113b5d993bc5d847d /docs/CommandGuide | |
| parent | 0a2e0dfe5ec8c5fd8f15bb1f085d635708a7203c (diff) | |
| download | external_llvm-6dee039bc647d7ac37a135272648af92dec812e1.zip external_llvm-6dee039bc647d7ac37a135272648af92dec812e1.tar.gz external_llvm-6dee039bc647d7ac37a135272648af92dec812e1.tar.bz2 | |
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')
| -rw-r--r-- | docs/CommandGuide/llc.pod | 6 | ||||
| -rw-r--r-- | docs/CommandGuide/opt.pod | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/docs/CommandGuide/llc.pod b/docs/CommandGuide/llc.pod index fd38abd..8adfb68 100644 --- a/docs/CommandGuide/llc.pod +++ b/docs/CommandGuide/llc.pod @@ -48,12 +48,6 @@ Generate code at different optimization levels. These correspond to the I<-O0>, I<-O1>, I<-O2>, I<-O3>, and I<-O4> optimization levels used by B<llvm-gcc> and B<clang>. -=item B<-f> - -Enable binary output on terminals. Normally, B<llvm-extract> will refuse to -write raw bitcode output if the output stream is a terminal. With this option, -B<llvm-extract> will write raw bitcode regardless of the output device. - =item B<-mtriple>=I<target triple> Override the target triple specified in the input file with the specified diff --git a/docs/CommandGuide/opt.pod b/docs/CommandGuide/opt.pod index d1d1db5..daf1040 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. |
