diff options
author | Dan Gohman <gohman@apple.com> | 2009-08-25 15:54:01 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-08-25 15:54:01 +0000 |
commit | 0cabaa54e512420f3057ffe781ff317ecb9196ed (patch) | |
tree | 1295f1b7ee5d5a77c367bfd54b52c05c29c46183 /docs/CommandGuide/llc.pod | |
parent | 47dd94e542f78b518b4fa70c0c00b1be7e3cf5a6 (diff) |
Update documentation for the -f change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79996 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/llc.pod')
-rw-r--r-- | docs/CommandGuide/llc.pod | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/CommandGuide/llc.pod b/docs/CommandGuide/llc.pod index eba7859e28..7a7bbcac9c 100644 --- a/docs/CommandGuide/llc.pod +++ b/docs/CommandGuide/llc.pod @@ -49,8 +49,9 @@ B<clang>. =item B<-f> -Overwrite output files. By default, B<llc> will refuse to overwrite -an output file which already exists. +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> |