Skip to content

Commit c95f23b

Browse files
cmcainelhames
authored andcommitted
[docs][JITLink] Add a link to the ORC design document.
Reviewed By: lhames Differential Revision: https://reviews.llvm.org/D158731
1 parent 1271ba4 commit c95f23b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/JITLink.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ what a section, symbol, and relocation are you should find this document
1515
accessible. If it is not, please submit a patch (:doc:`Contributing`) or file a
1616
bug (:doc:`HowToSubmitABug`).
1717

18-
JITLink is a library for :ref:`jit_linking`. It was built to support the ORC JIT
19-
APIs and is most commonly accessed via ORC's ObjectLinkingLayer API. JITLink was
18+
JITLink is a library for :ref:`jit_linking`. It was built to support the :doc:`ORC JIT
19+
APIs<ORCv2>` and is most commonly accessed via ORC's ObjectLinkingLayer API. JITLink was
2020
developed with the aim of supporting the full set of features provided by each
2121
object format; including static initializers, exception handling, thread local
2222
variables, and language runtime registration. Supporting these features enables

0 commit comments

Comments
 (0)