1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

[docs][JITLink] Make `ObjectLinkingLayer` not a paragraph start.

More experiments as I try to placate sphinx.
This commit is contained in:
Lang Hames 2021-02-24 22:04:14 +11:00
parent 972cb5e278
commit 296cd8fcdb

View File

@ -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
--------------------------