[llvm] a4f9c0f - [docs][JITLink] Make ``ObjectLinkingLayer`` not a paragraph start.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 24 03:05:23 PST 2021
Author: Lang Hames
Date: 2021-02-24T22:04:14+11:00
New Revision: a4f9c0f562f9356dada313fb189992318c13ca50
URL: https://github.com/llvm/llvm-project/commit/a4f9c0f562f9356dada313fb189992318c13ca50
DIFF: https://github.com/llvm/llvm-project/commit/a4f9c0f562f9356dada313fb189992318c13ca50.diff
LOG: [docs][JITLink] Make ``ObjectLinkingLayer`` not a paragraph start.
More experiments as I try to placate sphinx.
Added:
Modified:
llvm/docs/JITLink.rst
Removed:
################################################################################
diff --git a/llvm/docs/JITLink.rst b/llvm/docs/JITLink.rst
index fbdae9ac09d5..d7a828f502af 100644
--- a/llvm/docs/JITLink.rst
+++ b/llvm/docs/JITLink.rst
@@ -47,11 +47,11 @@ Either way, when an object is emitted the ObjectLinkingLayer constructs a
``link`` function.
-``ObjectLinkingLayer`` provides a plugin API,
-``ObjectLinkingLayer::Plugin``, which users can subclass in order to
-inspect and modify `LinkGraph`s at link time, and react to important JIT events
-(such as an object being emitted into target memory). This enables many features
-and optimizations that were not possible under MCJIT or RuntimeDyld.
+The ``ObjectLinkingLayer`` class provides a plugin API,
+``ObjectLinkingLayer::Plugin``, which users can subclass in order to inspect and
+modify `LinkGraph`s at link time, and react to important JIT events (such as an
+object being emitted into target memory). This enables many features and
+optimizations that were not possible under MCJIT or RuntimeDyld.
ObjectLinkingLayer Plugins
--------------------------
More information about the llvm-commits
mailing list