[docs] Fix undefined reference in ORCv2 design doc.

This fixes a typo introduced in 984e87923f
which caused the docs build to fail.
This commit is contained in:
Florian Hahn 2020-11-13 09:42:36 +00:00
parent ad3ec08955
commit 35e461ae2b
No known key found for this signature in database
GPG Key ID: 61D7554B5CECDC0D
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ Introduction
This document aims to provide a high-level overview of the design and
implementation of the ORC JIT APIs. Except where otherwise stated all discussion
refers to the modern ORCv2 APIs (available since LLVM 7). Clients wishing to
transition from OrcV1 should see Section :ref:`transition_orcv1_to_orcv2`.
transition from OrcV1 should see Section :ref:`transitioning_orcv1_to_orcv2`.
Use-cases
=========
@ -463,7 +463,7 @@ Supporting Custom Compilers
TBD.
.. transitioning_orcv1_to_orcv2::
.. _transitioning_orcv1_to_orcv2:
Transitioning from ORCv1 to ORCv2
=================================