1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Update documentation.

llvm-svn: 75375
This commit is contained in:
Mikhail Glushenkov 2009-07-11 19:27:40 +00:00
parent 8ce78c596d
commit e779ca7370
2 changed files with 7 additions and 4 deletions

View File

@ -73,8 +73,9 @@ default behaviour.
=item B<--temp-dir> I<directory>
Write temporary files to the specified directory. This option overrides
I<--save-temps>.
Store temporary files in the given directory. This directory is deleted on exit
unless I<--save-temps> is specified. If I<--save-temps=obj> is also specified,
I<--temp-dir> is given the precedence.
=item B<--help>

View File

@ -97,8 +97,10 @@ configuration libraries:
the ``-o`` option. The ``--save-temps=cwd`` and ``--save-temps`` switches are
both synonyms for the default behaviour.
* ``--temp-dir`` - Write temporary files to the specified directory. This option
overrides ``--save-temps``.
* ``--temp-dir DIRECTORY`` - Store temporary files in the given directory. This
directory is deleted on exit unless ``--save-temps`` is specified. If
``--save-temps=obj`` is also specified, ``--temp-dir`` is given the
precedence.
* ``--check-graph`` - Check the compilation for common errors like mismatched
output/input language names, multiple default edges and cycles. Because of