[llvm] c95f23b - [docs][JITLink] Add a link to the ORC design document.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 26 17:56:26 PDT 2023
Author: Colin Caine
Date: 2023-08-26T17:56:20-07:00
New Revision: c95f23b884a1d17189eb3f4616884f8d1fd246ee
URL: https://github.com/llvm/llvm-project/commit/c95f23b884a1d17189eb3f4616884f8d1fd246ee
DIFF: https://github.com/llvm/llvm-project/commit/c95f23b884a1d17189eb3f4616884f8d1fd246ee.diff
LOG: [docs][JITLink] Add a link to the ORC design document.
Reviewed By: lhames
Differential Revision: https://reviews.llvm.org/D158731
Added:
Modified:
llvm/docs/JITLink.rst
Removed:
################################################################################
diff --git a/llvm/docs/JITLink.rst b/llvm/docs/JITLink.rst
index 244b920823bdce..72607a8c085ad1 100644
--- a/llvm/docs/JITLink.rst
+++ b/llvm/docs/JITLink.rst
@@ -15,8 +15,8 @@ what a section, symbol, and relocation are you should find this document
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
More information about the llvm-commits
mailing list