diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2009-06-27 10:44:33 +0000 | 
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2009-06-27 10:44:33 +0000 | 
| commit | f859468f5a21b6952ab62917777f9fb3bba57003 (patch) | |
| tree | 9794dc36f22f2a2b3f8063829d8a9b3a7794acc8 /tools/llvmc/doc | |
| parent | f76359690a7035ad21498f2ba6be6991d3b2032d (diff) | |
Diffstat (limited to 'tools/llvmc/doc')
| -rw-r--r-- | tools/llvmc/doc/LLVMC-Reference.rst | 9 | 
1 files changed, 6 insertions, 3 deletions
| diff --git a/tools/llvmc/doc/LLVMC-Reference.rst b/tools/llvmc/doc/LLVMC-Reference.rst index 7befe8f02d97..329f9ea5eba3 100644 --- a/tools/llvmc/doc/LLVMC-Reference.rst +++ b/tools/llvmc/doc/LLVMC-Reference.rst @@ -92,6 +92,12 @@ configuration libraries:  * ``-v`` - Enable verbose mode, i.e. print out all executed commands. +* ``--save-temps`` - Write temporary files to the current directory and do not +  delete them on exit. This option can also take an argument: the +  ``--save-temps=obj`` switch will write files into the directory specified with +  the ``-o`` option. The ``--save-temps=cwd`` and ``--save-temps`` switches are +  both synonyms for the default behaviour. +  * ``--check-graph`` - 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 @@ -108,9 +114,6 @@ configuration libraries:    used to set the output file name. Hidden option, useful for debugging LLVMC    plugins. -* ``--save-temps`` - Write temporary files to the current directory -  and do not delete them on exit. Hidden option, useful for debugging. -  * ``--help``, ``--help-hidden``, ``--version`` - These options have    their standard meaning. | 
