Fix sphinx warning about missing footnote.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362077 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Simon Pilgrim
2019-05-30 09:40:35 +00:00
parent 3c993f3308
commit b91079b36b
+1 -1
View File
@@ -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