[llvm] 3fbe630 - [docs][JITLink] More experiments to try to understand sphinx error.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 24 03:22:58 PST 2021
Author: Lang Hames
Date: 2021-02-24T22:22:47+11:00
New Revision: 3fbe630e03c2da2d2ffaac9ea476d249412883cc
URL: https://github.com/llvm/llvm-project/commit/3fbe630e03c2da2d2ffaac9ea476d249412883cc
DIFF: https://github.com/llvm/llvm-project/commit/3fbe630e03c2da2d2ffaac9ea476d249412883cc.diff
LOG: [docs][JITLink] 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 d7a828f502af..fbcf71ba7303 100644
--- a/llvm/docs/JITLink.rst
+++ b/llvm/docs/JITLink.rst
@@ -46,6 +46,7 @@ Either way, when an object is emitted the ObjectLinkingLayer constructs a
``LinkGraph`` (see :ref:`Constructing LinkGraphs`) and calls JITLink's
``link`` function.
+Test text.
The ``ObjectLinkingLayer`` class provides a plugin API,
``ObjectLinkingLayer::Plugin``, which users can subclass in order to inspect and
More information about the llvm-commits
mailing list