[llvm] r362077 - Fix sphinx warning about missing footnote.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu May 30 02:40:36 PDT 2019


Author: rksimon
Date: Thu May 30 02:40:35 2019
New Revision: 362077

URL: http://llvm.org/viewvc/llvm-project?rev=362077&view=rev
Log:
Fix sphinx warning about missing footnote.

Modified:
    llvm/trunk/docs/ORCv2DesignAndImplementation.rst

Modified: llvm/trunk/docs/ORCv2DesignAndImplementation.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ORCv2DesignAndImplementation.rst?rev=362077&r1=362076&r2=362077&view=diff
==============================================================================
--- llvm/trunk/docs/ORCv2DesignAndImplementation.rst (original)
+++ llvm/trunk/docs/ORCv2DesignAndImplementation.rst Thu May 30 02:40:35 2019
@@ -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




More information about the llvm-commits mailing list