[Docs] Fix llvm-cov debuginfod option formatting.
This commit is contained in:
parent
a7cf2892e9
commit
41e4578ae1
|
@ -351,19 +351,20 @@ OPTIONS
|
|||
|
||||
.. option:: -debuginfod
|
||||
|
||||
Use debuginfod to look up coverage mapping for binary IDs present in the profile
|
||||
but not in any object given on the command line. Defaults to true if debuginfod
|
||||
is compiled in and configured via the DEBUGINFOD_URLS environment variable.
|
||||
Use debuginfod to look up coverage mapping for binary IDs present in the
|
||||
profile but not in any object given on the command line. Defaults to true if
|
||||
debuginfod is compiled in and configured via the DEBUGINFOD_URLS environment
|
||||
variable.
|
||||
|
||||
.. option:: -debug-file-directory=<dir>
|
||||
|
||||
Provides local directories to search for objects corresponding to binary IDs in
|
||||
the profile (as with debuginfod). Defaults to system build ID directories.
|
||||
Provides local directories to search for objects corresponding to binary IDs in
|
||||
the profile (as with debuginfod). Defaults to system build ID directories.
|
||||
|
||||
.. option:: -check-binary-id
|
||||
|
||||
Fail if an object file cannot be found for a binary ID present in the profile,
|
||||
neither on the command line nor via binary ID lookup.
|
||||
Fail if an object file cannot be found for a binary ID present in the profile,
|
||||
neither on the command line nor via binary ID lookup.
|
||||
|
||||
.. program:: llvm-cov report
|
||||
|
||||
|
@ -436,20 +437,20 @@ OPTIONS
|
|||
|
||||
.. option:: -debuginfod
|
||||
|
||||
Attempt to look up coverage mapping from objects using debuginfod. This is
|
||||
attempted by default for binary IDs present in the profile but not provided on
|
||||
the command line, so long as debuginfod is compiled in and configured via
|
||||
DEBUGINFOD_URLS.
|
||||
Attempt to look up coverage mapping from objects using debuginfod. This is
|
||||
attempted by default for binary IDs present in the profile but not provided on
|
||||
the command line, so long as debuginfod is compiled in and configured via
|
||||
DEBUGINFOD_URLS.
|
||||
|
||||
.. option:: -debug-file-directory=<dir>
|
||||
|
||||
Provides a directory to search for objects corresponding to binary IDs in the
|
||||
profile.
|
||||
Provides a directory to search for objects corresponding to binary IDs in the
|
||||
profile.
|
||||
|
||||
.. option:: -check-binary-id
|
||||
|
||||
Fail if an object file cannot be found for a binary ID present in the profile,
|
||||
neither on the command line nor via binary ID lookup.
|
||||
Fail if an object file cannot be found for a binary ID present in the profile,
|
||||
neither on the command line nor via binary ID lookup.
|
||||
|
||||
.. program:: llvm-cov export
|
||||
|
||||
|
@ -528,17 +529,17 @@ OPTIONS
|
|||
|
||||
.. option:: -debuginfod
|
||||
|
||||
Attempt to look up coverage mapping from objects using debuginfod. This is
|
||||
attempted by default for binary IDs present in the profile but not provided on
|
||||
the command line, so long as debuginfod is compiled in and configured via
|
||||
DEBUGINFOD_URLS.
|
||||
Attempt to look up coverage mapping from objects using debuginfod. This is
|
||||
attempted by default for binary IDs present in the profile but not provided on
|
||||
the command line, so long as debuginfod is compiled in and configured via
|
||||
DEBUGINFOD_URLS.
|
||||
|
||||
.. option:: -debug-file-directory=<dir>
|
||||
|
||||
Provides a directory to search for objects corresponding to binary IDs in the
|
||||
profile.
|
||||
Provides a directory to search for objects corresponding to binary IDs in the
|
||||
profile.
|
||||
|
||||
.. option:: -check-binary-id
|
||||
|
||||
Fail if an object file cannot be found for a binary ID present in the profile,
|
||||
neither on the command line nor via binary ID lookup.
|
||||
Fail if an object file cannot be found for a binary ID present in the profile,
|
||||
neither on the command line nor via binary ID lookup.
|
||||
|
|
Loading…
Reference in New Issue
Block a user