diff options
| author | Mikhail Glushenkov <foldr@codedgers.com> | 2009-07-09 19:39:49 +0000 |
|---|---|---|
| committer | Mikhail Glushenkov <foldr@codedgers.com> | 2009-07-09 19:39:49 +0000 |
| commit | 4e63f335ae446cdc6271e451f34e3228defba8f3 (patch) | |
| tree | 76abac96b3a12fac0f9a37138c134a33a234e0b9 /llvm/docs/CompilerDriver.html | |
| parent | 7ab20c7cf9109b0a29e5c35abef9154fc849dcd7 (diff) | |
| download | bcm5719-llvm-4e63f335ae446cdc6271e451f34e3228defba8f3.tar.gz bcm5719-llvm-4e63f335ae446cdc6271e451f34e3228defba8f3.zip | |
Regenerate.
llvm-svn: 75167
Diffstat (limited to 'llvm/docs/CompilerDriver.html')
| -rw-r--r-- | llvm/docs/CompilerDriver.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/docs/CompilerDriver.html b/llvm/docs/CompilerDriver.html index 4d7cb371dcb..e77cd03e059 100644 --- a/llvm/docs/CompilerDriver.html +++ b/llvm/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 |

