diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2009-07-11 19:28:00 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2009-07-11 19:28:00 +0000 |
commit | da3f6f01734d61b4ca5b66b1c3a0166f33bea374 (patch) | |
tree | 38e77230f86d8ac4cbfff39319db079192b9ed2c /docs/CompilerDriver.html | |
parent | 57b06bac32bb02f532fb4722a258b71896dfefd1 (diff) | |
download | external_llvm-da3f6f01734d61b4ca5b66b1c3a0166f33bea374.zip external_llvm-da3f6f01734d61b4ca5b66b1c3a0166f33bea374.tar.gz external_llvm-da3f6f01734d61b4ca5b66b1c3a0166f33bea374.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.html | 6 |
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 |