summaryrefslogtreecommitdiff
path: root/docs/CompilerDriver.html
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-07-09 19:39:49 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-07-09 19:39:49 +0000
commit98a39613ec6df88464ba2b4803901e7e6c1cb049 (patch)
tree4dec46564e6cff225b6e1963b431de2c9bd00a44 /docs/CompilerDriver.html
parent792f1822e609b99f459e123b0fef6132e41d27b9 (diff)
downloadllvm-98a39613ec6df88464ba2b4803901e7e6c1cb049.tar.gz
llvm-98a39613ec6df88464ba2b4803901e7e6c1cb049.tar.bz2
llvm-98a39613ec6df88464ba2b4803901e7e6c1cb049.tar.xz
Regenerate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75167 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CompilerDriver.html')
-rw-r--r--docs/CompilerDriver.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/CompilerDriver.html b/docs/CompilerDriver.html
index 4d7cb371dc..e77cd03e05 100644
--- a/docs/CompilerDriver.html
+++ b/docs/CompilerDriver.html
@@ -114,6 +114,8 @@ delete them on exit. This option can also take an argument: the
<tt class="docutils literal"><span class="pre">--save-temps=obj</span></tt> switch will write files into the directory specified with
the <tt class="docutils literal"><span class="pre">-o</span></tt> option. The <tt class="docutils literal"><span class="pre">--save-temps=cwd</span></tt> and <tt class="docutils literal"><span class="pre">--save-temps</span></tt> switches are
both synonyms for the default behaviour.</li>
+<li><tt class="docutils literal"><span class="pre">--temp-dir</span></tt> - Write temporary files to the specified directory. This option
+overrides <tt class="docutils literal"><span class="pre">--save-temps</span></tt>.</li>
<li><tt class="docutils literal"><span class="pre">--check-graph</span></tt> - 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