Skip to content

Commit 3821391

Browse files
committed
Fix Clang sphinx build
This addresses the issue found in: https://lab.llvm.org/buildbot/#/builders/92/builds/39306
1 parent d4299b3 commit 3821391

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

clang/docs/SourceBasedCodeCoverage.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@ copy that's mapped into memory). This implementation can be also enabled for
127127
other platforms by passing the ``-runtime-counter-relocation`` option to the
128128
backend during compilation.
129129

130-
For a program such as the :doc:`Lit <CommandGuide/lit>` testing tool which
131-
invokes other programs, it may be necessary to set ``LLVM_PROFILE_FILE`` for
132-
each invocation. The pattern strings "%p" or "%Nm" may help to avoid
133-
corruption due to concurrency. Note that "%p" is also a Lit token and needs
134-
to be escaped as "%%p".
130+
For a program such as the `Lit <https://llvm.org/docs/CommandGuide/lit.html>`_
131+
testing tool which invokes other programs, it may be necessary to set
132+
``LLVM_PROFILE_FILE`` for each invocation. The pattern strings "%p" or "%Nm"
133+
may help to avoid corruption due to concurrency. Note that "%p" is also a Lit
134+
token and needs to be escaped as "%%p".
135135

136136
.. code-block:: console
137137

0 commit comments

Comments
 (0)