From: Simon Pilgrim Date: Thu, 30 May 2019 09:40:35 +0000 (+0000) Subject: Fix sphinx warning about missing footnote. X-Git-Tag: llvmorg-10-init~4227 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3475a46ec23d170d086e98a470f3a3f5492845bd;p=platform%2Fupstream%2Fllvm.git Fix sphinx warning about missing footnote. llvm-svn: 362077 --- 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