projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fbe630
)
[docs][JITLink] Yet more experiments to try to understand sphinx error.
author
Lang Hames
<lhames@gmail.com>
Wed, 24 Feb 2021 11:22:16 +0000
(22:22 +1100)
committer
Lang Hames
<lhames@gmail.com>
Wed, 24 Feb 2021 11:22:48 +0000
(22:22 +1100)
llvm/docs/JITLink.rst
patch
|
blob
|
history
diff --git
a/llvm/docs/JITLink.rst
b/llvm/docs/JITLink.rst
index fbcf71ba7303db933787c050031a2ea5eed2d63c..e17aaf0deb1ea9e50168e6092379df9bee8c98c8 100644
(file)
--- 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.