mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[docs] Fix undefined reference in ORCv2 design doc.
This fixes a typo introduced in 984e87923f1096c815cef900cda0926c68286ddf which caused the docs build to fail.
This commit is contained in:
parent
a68bf7cb45
commit
744ac7e74e
@ -11,7 +11,7 @@ Introduction
|
|||||||
This document aims to provide a high-level overview of the design and
|
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
|
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
|
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
|
Use-cases
|
||||||
=========
|
=========
|
||||||
@ -463,7 +463,7 @@ Supporting Custom Compilers
|
|||||||
|
|
||||||
TBD.
|
TBD.
|
||||||
|
|
||||||
.. transitioning_orcv1_to_orcv2::
|
.. _transitioning_orcv1_to_orcv2:
|
||||||
|
|
||||||
Transitioning from ORCv1 to ORCv2
|
Transitioning from ORCv1 to ORCv2
|
||||||
=================================
|
=================================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user