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 | 588a7657d93c91229427f04734f3c1cff40edc7d (patch) | |
tree | 07e9a2df0ac32552b7abe347164157904f6a3b95 /docs/CommandGuide | |
parent | 103f724d5ebd86107f922821ea67391ed0e89fdd (diff) | |
download | external_llvm-588a7657d93c91229427f04734f3c1cff40edc7d.zip external_llvm-588a7657d93c91229427f04734f3c1cff40edc7d.tar.gz external_llvm-588a7657d93c91229427f04734f3c1cff40edc7d.tar.bz2 |
Documentation update.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75166 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/llvmc.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/CommandGuide/llvmc.pod b/docs/CommandGuide/llvmc.pod index 97445ed..86a721a 100644 --- a/docs/CommandGuide/llvmc.pod +++ b/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. |