From 038a09120b4e71faaa5f99457c951a1c7ddeceda Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Wed, 24 Feb 2021 22:22:16 +1100 Subject: [PATCH] [docs][JITLink] Yet more experiments to try to understand sphinx error. --- llvm/docs/JITLink.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/JITLink.rst b/llvm/docs/JITLink.rst index fbcf71ba7303..e17aaf0deb1e 100644 --- a/llvm/docs/JITLink.rst +++ b/llvm/docs/JITLink.rst @@ -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.