[PATCH] D158731: [docs] Link to ORC APIs from JITLink
Colin Caine via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 24 06:33:54 PDT 2023
cmcaine created this revision.
cmcaine added a reviewer: lhames.
Herald added a project: All.
cmcaine requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Literally adds one obvious link to the llvm sphinx docs.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D158731
Files:
llvm/docs/JITLink.rst
Index: llvm/docs/JITLink.rst
===================================================================
--- llvm/docs/JITLink.rst
+++ 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<ORCv2>` 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158731.553102.patch
Type: text/x-patch
Size: 864 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230824/0667afbc/attachment.bin>
More information about the llvm-commits
mailing list