Skip to content

Commit

Permalink
[docs][JITLink] Yet more experiments to try to understand sphinx error.
Browse files Browse the repository at this point in the history
  • Loading branch information
lhames committed Feb 24, 2021
1 parent 3fbe630 commit 038a091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/docs/JITLink.rst
Expand Up @@ -43,7 +43,7 @@ JITLink and ObjectLinkingLayer
``JITDylib``, or emitted from some higher level program representation, and
linked into an executor process (which may be the same process) on request.
Either way, when an object is emitted the ObjectLinkingLayer constructs a
``LinkGraph`` (see :ref:`Constructing LinkGraphs`) and calls JITLink's
``LinkGraph`` (see Constructing LinkGraphs) and calls JITLink's
``link`` function.

Test text.
Expand Down

0 comments on commit 038a091

Please sign in to comment.