diff --git a/llvm/docs/JITLink.rst b/llvm/docs/JITLink.rst --- a/llvm/docs/JITLink.rst +++ b/llvm/docs/JITLink.rst @@ -15,8 +15,8 @@ accessible. If it is not, please submit a patch (:doc:`Contributing`) or file a bug (:doc:`HowToSubmitABug`). -JITLink is a library for :ref:`jit_linking`. It was built to support the ORC JIT -APIs and is most commonly accessed via ORC's ObjectLinkingLayer API. JITLink was +JITLink is a library for :ref:`jit_linking`. It was built to support the :doc:`ORC JIT +APIs` and is most commonly accessed via ORC's ObjectLinkingLayer API. JITLink was developed with the aim of supporting the full set of features provided by each object format; including static initializers, exception handling, thread local variables, and language runtime registration. Supporting these features enables