summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/llvmc.pod
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-06-25 18:20:44 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-06-25 18:20:44 +0000
commitd1d21a1ce95665ad02f72557ef4380caf0f643c3 (patch)
tree5a79ae31371df201341953a2fdb80c88b18859f5 /llvm/docs/CommandGuide/llvmc.pod
parent674207eed20d00e8666c85555981e7abff8d1c49 (diff)
downloadbcm5719-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.pod7
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>
OpenPOWER on IntegriCloud