From 115b698cc5c1b3446887763861c78b00292a9d35 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. llvm-svn: 362077 --- 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