[PATCH] D158731: [docs] Link to ORC APIs from JITLink

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 26 17:56:46 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc95f23b884a1: [docs][JITLink] Add a link to the ORC design document. (authored by cmcaine, committed by lhames).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158731/new/

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.553771.patch
Type: text/x-patch
Size: 864 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230827/e7ddfa7b/attachment.bin>


More information about the llvm-commits mailing list