From 3475a46ec23d170d086e98a470f3a3f5492845bd 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 --- llvm/docs/ORCv2DesignAndImplementation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/ORCv2DesignAndImplementation.rst b/llvm/docs/ORCv2DesignAndImplementation.rst index b69cd16..a99d2aa 100644 --- a/llvm/docs/ORCv2DesignAndImplementation.rst +++ b/llvm/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 -- 2.7.4