From b91079b36bfa210a0983cb548f95b2fa347ce137 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Thu, 30 May 2019 09:40:35 +0000 Subject: [PATCH] Fix sphinx warning about missing footnote. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362077 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ORCv2DesignAndImplementation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ORCv2DesignAndImplementation.rst b/docs/ORCv2DesignAndImplementation.rst index b69cd163bce..a99d2aa48bf 100644 --- a/docs/ORCv2DesignAndImplementation.rst +++ b/docs/ORCv2DesignAndImplementation.rst @@ -39,7 +39,7 @@ Features ORC provides the following features: -- *JIT-linking* links relocatable object files (COFF, ELF, MachO)[1]_ into a +- *JIT-linking* links relocatable object files (COFF, ELF, MachO) [1]_ into a target process an runtime. The target process may be the same process that contains the JIT session object and jit-linker, or may be another process (even one running on a different machine or architecture) that communicates