[llvm] 9dce77f - [Docs][llvm-cov] Correct flag name.
Daniel Thornburgh via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 30 10:41:17 PDT 2023
Author: Daniel Thornburgh
Date: 2023-03-30T10:41:10-07:00
New Revision: 9dce77f067081cb10910be0b9bec09c4054515a3
URL: https://github.com/llvm/llvm-project/commit/9dce77f067081cb10910be0b9bec09c4054515a3
DIFF: https://github.com/llvm/llvm-project/commit/9dce77f067081cb10910be0b9bec09c4054515a3.diff
LOG: [Docs][llvm-cov] Correct flag name.
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 5841d4dbc4618..f8b9a399ac8a9 100644
--- a/llvm/docs/CommandGuide/llvm-cov.rst
+++ b/llvm/docs/CommandGuide/llvm-cov.rst
@@ -361,7 +361,7 @@ OPTIONS
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
+.. option:: -check-binary-ids
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.
@@ -447,7 +447,7 @@ OPTIONS
Provides a directory to search for objects corresponding to binary IDs in the
profile.
-.. option:: -check-binary-id
+.. option:: -check-binary-ids
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.
@@ -539,7 +539,7 @@ OPTIONS
Provides a directory to search for objects corresponding to binary IDs in the
profile.
-.. option:: -check-binary-id
+.. option:: -check-binary-ids
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