mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 16:17:17 +00:00
Update documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74191 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -65,8 +65,11 @@ name. Hidden option, useful for debugging LLVMC plugins.
|
|||||||
|
|
||||||
=item B<--save-temps>
|
=item B<--save-temps>
|
||||||
|
|
||||||
Write temporary files to the current directory and do not delete them
|
Write temporary files to the current directory and do not delete them on
|
||||||
on exit. Hidden option, useful for debugging.
|
exit. This option can also take an argument: the I<--save-temps=obj> switch will
|
||||||
|
write files into the directory specified with the I<-o> option. The
|
||||||
|
I<--save-temps=cwd> and I<--save-temps> switches are both synonyms for the
|
||||||
|
default behaviour.
|
||||||
|
|
||||||
=item B<--help>
|
=item B<--help>
|
||||||
|
|
||||||
|
@@ -92,6 +92,12 @@ configuration libraries:
|
|||||||
|
|
||||||
* ``-v`` - Enable verbose mode, i.e. print out all executed commands.
|
* ``-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
|
* ``--check-graph`` - Check the compilation for common errors like mismatched
|
||||||
output/input language names, multiple default edges and cycles. Because of
|
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
|
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
|
used to set the output file name. Hidden option, useful for debugging LLVMC
|
||||||
plugins.
|
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
|
* ``--help``, ``--help-hidden``, ``--version`` - These options have
|
||||||
their standard meaning.
|
their standard meaning.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user