From a5e15c770646b05150ca9ca5456ac0a00cf1be5d Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Wed, 24 Feb 2021 21:23:10 +1100 Subject: [PATCH] [docs][JITLink] Sphinx does not like '::' in monotype. Try using a cpp domain expr instead. --- llvm/docs/JITLink.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/llvm/docs/JITLink.rst b/llvm/docs/JITLink.rst index 6723f55..477a3f0 100644 --- a/llvm/docs/JITLink.rst +++ b/llvm/docs/JITLink.rst @@ -46,11 +46,11 @@ Either way, when an object is emitted the ObjectLinkingLayer constructs a ``LinkGraph`` (see :ref:`Constructing LinkGraphs`) and calls JITLink's ``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. +``ObjectLinkingLayer`` provides a plugin API, +:cpp:expr:`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 -------------------------- -- 2.7.4