[llvm] 038a091 - [docs][JITLink] Yet more experiments to try to understand sphinx error.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 24 03:23:00 PST 2021


Author: Lang Hames
Date: 2021-02-24T22:22:48+11:00
New Revision: 038a09120b4e71faaa5f99457c951a1c7ddeceda

URL: https://github.com/llvm/llvm-project/commit/038a09120b4e71faaa5f99457c951a1c7ddeceda
DIFF: https://github.com/llvm/llvm-project/commit/038a09120b4e71faaa5f99457c951a1c7ddeceda.diff

LOG: [docs][JITLink] Yet more experiments to try to understand sphinx error.

Added: 
    

Modified: 
    llvm/docs/JITLink.rst

Removed: 
    


################################################################################
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.


        


More information about the llvm-commits mailing list