[llvm-commits] [llvm] r75375 - in /llvm/trunk: docs/CommandGuide/llvmc.pod tools/llvmc/doc/LLVMC-Reference.rst

Mikhail Glushenkov foldr at codedgers.com
Sat Jul 11 12:27:40 PDT 2009


Author: foldr
Date: Sat Jul 11 14:27:40 2009
New Revision: 75375

URL: http://llvm.org/viewvc/llvm-project?rev=75375&view=rev
Log:
Update documentation.

Modified:
    llvm/trunk/docs/CommandGuide/llvmc.pod
    llvm/trunk/tools/llvmc/doc/LLVMC-Reference.rst

Modified: llvm/trunk/docs/CommandGuide/llvmc.pod
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvmc.pod?rev=75375&r1=75374&r2=75375&view=diff

==============================================================================
--- llvm/trunk/docs/CommandGuide/llvmc.pod (original)
+++ llvm/trunk/docs/CommandGuide/llvmc.pod Sat Jul 11 14:27:40 2009
@@ -73,8 +73,9 @@
 
 =item B<--temp-dir> I<directory>
 
-Write temporary files to the specified directory. This option overrides
-I<--save-temps>.
+Store temporary files in the given directory. This directory is deleted on exit
+unless I<--save-temps> is specified. If I<--save-temps=obj> is also specified,
+I<--temp-dir> is given the precedence.
 
 =item B<--help>
 

Modified: llvm/trunk/tools/llvmc/doc/LLVMC-Reference.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvmc/doc/LLVMC-Reference.rst?rev=75375&r1=75374&r2=75375&view=diff

==============================================================================
--- llvm/trunk/tools/llvmc/doc/LLVMC-Reference.rst (original)
+++ llvm/trunk/tools/llvmc/doc/LLVMC-Reference.rst Sat Jul 11 14:27:40 2009
@@ -97,8 +97,10 @@
   the ``-o`` option. The ``--save-temps=cwd`` and ``--save-temps`` switches are
   both synonyms for the default behaviour.
 
-* ``--temp-dir`` - Write temporary files to the specified directory. This option
-  overrides ``--save-temps``.
+* ``--temp-dir DIRECTORY`` - Store temporary files in the given directory. This
+  directory is deleted on exit unless ``--save-temps`` is specified. If
+  ``--save-temps=obj`` is also specified, ``--temp-dir`` is given the
+  precedence.
 
 * ``--check-graph`` - Check the compilation for common errors like mismatched
   output/input language names, multiple default edges and cycles. Because of





More information about the llvm-commits mailing list