1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

Fix sphinx warning about missing footnote.

llvm-svn: 362077
This commit is contained in:
Simon Pilgrim 2019-05-30 09:40:35 +00:00
parent af6cdfbe43
commit 115b698cc5

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