summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit0decbb2ad0a64a478b0af9c0cceb5e5f25b11f5a (patch)
tree34ed5fc1908ebbc831465db6586de5e3fded1485 /llvm/docs/CompilerDriver.html
parentbee767fa2681f5a7ec4e3a5fcee5bffb83a12c38 (diff)
downloadbcm5719-llvm-0decbb2ad0a64a478b0af9c0cceb5e5f25b11f5a.tar.gz
bcm5719-llvm-0decbb2ad0a64a478b0af9c0cceb5e5f25b11f5a.zip
Regenerate.
llvm-svn: 75376
Diffstat (limited to 'llvm/docs/CompilerDriver.html')
-rw-r--r--llvm/docs/CompilerDriver.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/llvm/docs/CompilerDriver.html b/llvm/docs/CompilerDriver.html
index e77cd03e059..5830a30833d 100644
--- a/llvm/docs/CompilerDriver.html
+++ b/llvm/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
OpenPOWER on IntegriCloud