aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CompilerDriver.html
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-07-11 19:28:00 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-07-11 19:28:00 +0000
commit4429aaf12f5c0c7a3718e5abf9edfa52a1fcdb8a (patch)
tree38e77230f86d8ac4cbfff39319db079192b9ed2c /docs/CompilerDriver.html
parent09826e3e2ff1faa28441968d053dafa672536321 (diff)
downloadexternal_llvm-4429aaf12f5c0c7a3718e5abf9edfa52a1fcdb8a.zip
external_llvm-4429aaf12f5c0c7a3718e5abf9edfa52a1fcdb8a.tar.gz
external_llvm-4429aaf12f5c0c7a3718e5abf9edfa52a1fcdb8a.tar.bz2
Regenerate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75376 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CompilerDriver.html')
-rw-r--r--docs/CompilerDriver.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/CompilerDriver.html b/docs/CompilerDriver.html
index e77cd03..5830a30 100644
--- a/docs/CompilerDriver.html
+++ b/docs/CompilerDriver.html
@@ -114,8 +114,10 @@ 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">--temp-dir</span> <span class="pre">DIRECTORY</span></tt> - Store temporary files in the given directory. This
+directory is deleted on exit unless <tt class="docutils literal"><span class="pre">--save-temps</span></tt> is specified. If
+<tt class="docutils literal"><span class="pre">--save-temps=obj</span></tt> is also specified, <tt class="docutils literal"><span class="pre">--temp-dir</span></tt> is given the
+precedence.</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