[llvm] 35e461a - [docs] Fix undefined reference in ORCv2 design doc.

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 13 01:45:15 PST 2020


Author: Florian Hahn
Date: 2020-11-13T09:44:48Z
New Revision: 35e461ae2b311a2a85ce8bfe04b751f9f0b15e67

URL: https://github.com/llvm/llvm-project/commit/35e461ae2b311a2a85ce8bfe04b751f9f0b15e67
DIFF: https://github.com/llvm/llvm-project/commit/35e461ae2b311a2a85ce8bfe04b751f9f0b15e67.diff

LOG: [docs] Fix undefined reference in ORCv2 design doc.

This fixes a typo introduced in 984e87923f1096c815cef900cda0926c68286ddf
which caused the docs build to fail.

Added: 
    

Modified: 
    llvm/docs/ORCv2.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ORCv2.rst b/llvm/docs/ORCv2.rst
index e475b47a4d1a..cfd09ba0e227 100644
--- a/llvm/docs/ORCv2.rst
+++ b/llvm/docs/ORCv2.rst
@@ -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
 =================================


        


More information about the llvm-commits mailing list