diff options
| author | Mikhail Glushenkov <foldr@codedgers.com> | 2009-06-25 18:21:10 +0000 |
|---|---|---|
| committer | Mikhail Glushenkov <foldr@codedgers.com> | 2009-06-25 18:21:10 +0000 |
| commit | 2b4a7dc1dc8d5a309ed43804f16227d7189baf7e (patch) | |
| tree | 8a401b79850a6b1b104f6b13ed9c9d7b6cf39759 /llvm/docs/CompilerDriver.html | |
| parent | d1d21a1ce95665ad02f72557ef4380caf0f643c3 (diff) | |
| download | bcm5719-llvm-2b4a7dc1dc8d5a309ed43804f16227d7189baf7e.tar.gz bcm5719-llvm-2b4a7dc1dc8d5a309ed43804f16227d7189baf7e.zip | |
Regenerate.
llvm-svn: 74192
Diffstat (limited to 'llvm/docs/CompilerDriver.html')
| -rw-r--r-- | llvm/docs/CompilerDriver.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/llvm/docs/CompilerDriver.html b/llvm/docs/CompilerDriver.html index f498e295349..d0bb72396c4 100644 --- a/llvm/docs/CompilerDriver.html +++ b/llvm/docs/CompilerDriver.html @@ -109,6 +109,11 @@ until the next -x option.</li> <li><tt class="docutils literal"><span class="pre">-load</span> <span class="pre">PLUGIN_NAME</span></tt> - Load the specified plugin DLL. Example: <tt class="docutils literal"><span class="pre">-load</span> <span class="pre">$LLVM_DIR/Release/lib/LLVMCSimple.so</span></tt>.</li> <li><tt class="docutils literal"><span class="pre">-v</span></tt> - Enable verbose mode, i.e. print out all executed commands.</li> +<li><tt class="docutils literal"><span class="pre">--save-temps</span></tt> - Write temporary files to the current directory and do not +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">--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 @@ -122,8 +127,6 @@ directory with the compilation graph description in Graphviz format (identical to the file used by the <tt class="docutils literal"><span class="pre">--view-graph</span></tt> option). The <tt class="docutils literal"><span class="pre">-o</span></tt> option can be used to set the output file name. Hidden option, useful for debugging LLVMC plugins.</li> -<li><tt class="docutils literal"><span class="pre">--save-temps</span></tt> - Write temporary files to the current directory -and do not delete them on exit. Hidden option, useful for debugging.</li> <li><tt class="docutils literal"><span class="pre">--help</span></tt>, <tt class="docutils literal"><span class="pre">--help-hidden</span></tt>, <tt class="docutils literal"><span class="pre">--version</span></tt> - These options have their standard meaning.</li> </ul> |

