From 41e4578ae1dcfd67220a13dcfd3433f8c925da7b Mon Sep 17 00:00:00 2001 From: Daniel Thornburgh Date: Fri, 17 Mar 2023 15:48:50 -0700 Subject: [PATCH] [Docs] Fix llvm-cov debuginfod option formatting. --- llvm/docs/CommandGuide/llvm-cov.rst | 47 +++++++++++++++++++------------------ 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/llvm/docs/CommandGuide/llvm-cov.rst b/llvm/docs/CommandGuide/llvm-cov.rst index c4692b3..5841d4db 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= -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= -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= -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. -- 2.7.4