forked from OSchip/llvm-project
pp-trace user documentation - beginnings
llvm-svn: 193842
This commit is contained in:
parent
5052eb7394
commit
1da6792242
|
@ -26,13 +26,15 @@ Command Line Format
|
||||||
|
|
||||||
``<pp-trace-options>`` is a place-holder for options
|
``<pp-trace-options>`` is a place-holder for options
|
||||||
specific to pp-trace, which are described below in
|
specific to pp-trace, which are described below in
|
||||||
`pp-trace Command Line Options`.
|
:ref:`CommandLineOptions`.
|
||||||
|
|
||||||
``<source-file>`` specifies the source file to run through the preprocessor.
|
``<source-file>`` specifies the source file to run through the preprocessor.
|
||||||
|
|
||||||
``<front-end-options>`` is a place-holder for regular Clang
|
``<front-end-options>`` is a place-holder for regular Clang
|
||||||
front-end arguments, which must follow the <source-file>.
|
front-end arguments, which must follow the <source-file>.
|
||||||
|
|
||||||
|
.. _CommandLineOptions:
|
||||||
|
|
||||||
Command Line Options
|
Command Line Options
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue