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

Mikhail Glushenkov foldr at codedgers.com
Thu Jul 9 12:39:19 PDT 2009


Author: foldr
Date: Thu Jul  9 14:39:16 2009
New Revision: 75166

URL: http://llvm.org/viewvc/llvm-project?rev=75166&view=rev
Log:
Documentation update.

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=75166&r1=75165&r2=75166&view=diff

==============================================================================
--- llvm/trunk/docs/CommandGuide/llvmc.pod (original)
+++ llvm/trunk/docs/CommandGuide/llvmc.pod Thu Jul  9 14:39:16 2009
@@ -71,6 +71,11 @@
 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.

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=75166&r1=75165&r2=75166&view=diff

==============================================================================
--- llvm/trunk/tools/llvmc/doc/LLVMC-Reference.rst (original)
+++ llvm/trunk/tools/llvmc/doc/LLVMC-Reference.rst Thu Jul  9 14:39:16 2009
@@ -97,6 +97,9 @@
   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``.
+
 * ``--check-graph`` - Check the compilation for common errors like mismatched
   output/input language names, multiple default edges and cycles. Because of
   plugins, these checks can't be performed at compile-time. Exit with code zero





More information about the llvm-commits mailing list