diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2009-07-09 19:39:16 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2009-07-09 19:39:16 +0000 |
commit | 7ab20c7cf9109b0a29e5c35abef9154fc849dcd7 (patch) | |
tree | c0181605fe3d80d81d6af0120db21614c54e3bb9 /llvm/docs/CommandGuide | |
parent | 163f93e4348fd188f1740d3bc3164093c5430737 (diff) | |
download | bcm5719-llvm-7ab20c7cf9109b0a29e5c35abef9154fc849dcd7.tar.gz bcm5719-llvm-7ab20c7cf9109b0a29e5c35abef9154fc849dcd7.zip |
Documentation update.
llvm-svn: 75166
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvmc.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvmc.pod b/llvm/docs/CommandGuide/llvmc.pod index 97445edf412..86a721a6c43 100644 --- a/llvm/docs/CommandGuide/llvmc.pod +++ b/llvm/docs/CommandGuide/llvmc.pod @@ -71,6 +71,11 @@ write files into the directory specified with the I<-o> option. The I<--save-temps=cwd> and I<--save-temps> switches are both synonyms for the default behaviour. +=item B<--temp-dir> I<directory> + +Write temporary files to the specified directory. This option overrides +I<--save-temps>. + =item B<--help> Print a summary of command-line options and exit. |