File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -127,11 +127,11 @@ copy that's mapped into memory). This implementation can be also enabled for
127
127
other platforms by passing the ``-runtime-counter-relocation `` option to the
128
128
backend during compilation.
129
129
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".
135
135
136
136
.. code-block :: console
137
137
You can’t perform that action at this time.
0 commit comments