diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2009-06-25 18:20:44 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2009-06-25 18:20:44 +0000 |
commit | 294f5074f5c7ff5b0a263d0574d68b363bd429c1 (patch) | |
tree | 2ac0e01857d9d2eb5d08023d6e6def143794ca2f /docs/CommandGuide/llvmc.pod | |
parent | 7defa2d3d5cf1e4f773360886d17fd3bc99c0930 (diff) | |
download | external_llvm-294f5074f5c7ff5b0a263d0574d68b363bd429c1.zip external_llvm-294f5074f5c7ff5b0a263d0574d68b363bd429c1.tar.gz external_llvm-294f5074f5c7ff5b0a263d0574d68b363bd429c1.tar.bz2 |
Update documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74191 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/llvmc.pod')
-rw-r--r-- | docs/CommandGuide/llvmc.pod | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/CommandGuide/llvmc.pod b/docs/CommandGuide/llvmc.pod index 18ffb9f..97445ed 100644 --- a/docs/CommandGuide/llvmc.pod +++ b/docs/CommandGuide/llvmc.pod @@ -65,8 +65,11 @@ name. Hidden option, useful for debugging LLVMC plugins. =item B<--save-temps> -Write temporary files to the current directory and do not delete them -on exit. Hidden option, useful for debugging. +Write temporary files to the current directory and do not delete them on +exit. This option can also take an argument: the I<--save-temps=obj> switch will +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<--help> |