[clang] 3821391 - Fix Clang sphinx build

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 28 05:56:46 PST 2023


Author: Aaron Ballman
Date: 2023-01-28T08:56:22-05:00
New Revision: 3821391847c4613d21295a53dcab30e6f92fe94c

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

LOG: Fix Clang sphinx build

This addresses the issue found in:
https://lab.llvm.org/buildbot/#/builders/92/builds/39306

Added: 
    

Modified: 
    clang/docs/SourceBasedCodeCoverage.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/SourceBasedCodeCoverage.rst b/clang/docs/SourceBasedCodeCoverage.rst
index 3a5d1cefb7e5..d1d819bf0b69 100644
--- a/clang/docs/SourceBasedCodeCoverage.rst
+++ b/clang/docs/SourceBasedCodeCoverage.rst
@@ -127,11 +127,11 @@ copy that's mapped into memory). This implementation can be also enabled for
 other platforms by passing the ``-runtime-counter-relocation`` option to the
 backend during compilation.
 
-For a program such as the :doc:`Lit <CommandGuide/lit>` testing tool which
-invokes other programs, it may be necessary to set ``LLVM_PROFILE_FILE`` for
-each invocation. The pattern strings "%p" or "%Nm" may help to avoid
-corruption due to concurrency. Note that "%p" is also a Lit token and needs
-to be escaped as "%%p".
+For a program such as the `Lit <https://llvm.org/docs/CommandGuide/lit.html>`_
+testing tool which invokes other programs, it may be necessary to set
+``LLVM_PROFILE_FILE`` for each invocation. The pattern strings "%p" or "%Nm"
+may help to avoid corruption due to concurrency. Note that "%p" is also a Lit
+token and needs to be escaped as "%%p".
 
 .. code-block:: console
 


        


More information about the cfe-commits mailing list