[llvm] dd81c6a - [llvm][Docs][llvm-cov] Correct list of export options

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 6 08:02:20 PDT 2023


Author: David Spickett
Date: 2023-10-06T16:02:00+01:00
New Revision: dd81c6ace06c0d24f38eff33858e1ac119756fde

URL: https://github.com/llvm/llvm-project/commit/dd81c6ace06c0d24f38eff33858e1ac119756fde
DIFF: https://github.com/llvm/llvm-project/commit/dd81c6ace06c0d24f38eff33858e1ac119756fde.diff

LOG: [llvm][Docs][llvm-cov] Correct list of export options

Spaces before the `.. option` for a few of these meant
they were indented, as if they were sub-options somehow.

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 ea70e170642eb22..be0c6b3b7e0463a 100644
--- a/llvm/docs/CommandGuide/llvm-cov.rst
+++ b/llvm/docs/CommandGuide/llvm-cov.rst
@@ -517,15 +517,15 @@ OPTIONS
 
  Skip source code files with file paths that match the given regular expression.
 
- .. option:: -skip-expansions
+.. option:: -skip-expansions
 
  Skip exporting macro expansion coverage data.
 
- .. option:: -skip-functions
+.. option:: -skip-functions
 
  Skip exporting per-function coverage data.
 
- .. option:: -num-threads=N, -j=N
+.. option:: -num-threads=N, -j=N
 
  Use N threads to export coverage data. When N=0, llvm-cov auto-detects an
  appropriate number of threads to use. This is the default.


        


More information about the llvm-commits mailing list