[llvm] 41e4578 - [Docs] Fix llvm-cov debuginfod option formatting.
Daniel Thornburgh via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 17 15:49:27 PDT 2023
Author: Daniel Thornburgh
Date: 2023-03-17T15:49:21-07:00
New Revision: 41e4578ae1dcfd67220a13dcfd3433f8c925da7b
URL: https://github.com/llvm/llvm-project/commit/41e4578ae1dcfd67220a13dcfd3433f8c925da7b
DIFF: https://github.com/llvm/llvm-project/commit/41e4578ae1dcfd67220a13dcfd3433f8c925da7b.diff
LOG: [Docs] Fix llvm-cov debuginfod option formatting.
Added:
Modified:
llvm/docs/CommandGuide/llvm-cov.rst
Removed:
################################################################################
diff --git a/llvm/docs/CommandGuide/llvm-cov.rst b/llvm/docs/CommandGuide/llvm-cov.rst
index c4692b3c1e8f9..5841d4dbc4618 100644
--- a/llvm/docs/CommandGuide/llvm-cov.rst
+++ b/llvm/docs/CommandGuide/llvm-cov.rst
@@ -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.
More information about the llvm-commits
mailing list