forked from OSchip/llvm-project
Fix sphinx-build error when building documentation.
Consolidate the description of -binary/-text option description to avoid duplicate ID error by sphinux-build. llvm-svn: 254018
This commit is contained in:
parent
990914d64c
commit
2fc2515519
|
@ -51,31 +51,25 @@ OPTIONS
|
||||||
|
|
||||||
.. option:: -instr (default)
|
.. option:: -instr (default)
|
||||||
|
|
||||||
Specify that the input profile is an instrumentation-based profile. When
|
Specify that the input profile is an instrumentation-based profile.
|
||||||
using instrumentation-based profiles, the format of the generated file
|
|
||||||
can be generated in one of the two ways:
|
|
||||||
|
|
||||||
.. option:: -binary (default)
|
|
||||||
|
|
||||||
Emit the profile using a binary encoding in indexed profile format.
|
|
||||||
|
|
||||||
.. option:: -text
|
|
||||||
|
|
||||||
Emit the profile in text format.
|
|
||||||
|
|
||||||
.. option:: -sample
|
.. option:: -sample
|
||||||
|
|
||||||
Specify that the input profile is a sample-based profile. When using
|
Specify that the input profile is a sample-based profile.
|
||||||
sample-based profiles, the format of the generated file can be generated
|
|
||||||
in one of three ways:
|
The format of the generated file can be generated in one of three ways:
|
||||||
|
|
||||||
.. option:: -binary (default)
|
.. option:: -binary (default)
|
||||||
|
|
||||||
Emit the profile using a binary encoding.
|
Emit the profile using a binary encoding. For instrumentation-based profile
|
||||||
|
the output format is the indexed binary format.
|
||||||
|
|
||||||
.. option:: -text
|
.. option:: -text
|
||||||
|
|
||||||
Emit the profile in text mode.
|
Emit the profile in text mode. This option can also be used with both
|
||||||
|
sample-based and instrumentation-based profile. When this option is used
|
||||||
|
the profile will be dumped in the text format that is parsable by the profile
|
||||||
|
reader.
|
||||||
|
|
||||||
.. option:: -gcc
|
.. option:: -gcc
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue