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 | d1d21a1ce95665ad02f72557ef4380caf0f643c3 (patch) | |
tree | 5a79ae31371df201341953a2fdb80c88b18859f5 /llvm/docs/CommandGuide/llvmc.pod | |
parent | 674207eed20d00e8666c85555981e7abff8d1c49 (diff) | |
download | bcm5719-llvm-d1d21a1ce95665ad02f72557ef4380caf0f643c3.tar.gz bcm5719-llvm-d1d21a1ce95665ad02f72557ef4380caf0f643c3.zip |
Update documentation.
llvm-svn: 74191
Diffstat (limited to 'llvm/docs/CommandGuide/llvmc.pod')
-rw-r--r-- | llvm/docs/CommandGuide/llvmc.pod | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/llvmc.pod b/llvm/docs/CommandGuide/llvmc.pod index 18ffb9f03a5..97445edf412 100644 --- a/llvm/docs/CommandGuide/llvmc.pod +++ b/llvm/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> |