diff options
| author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-05-30 09:40:35 +0000 |
|---|---|---|
| committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-05-30 09:40:35 +0000 |
| commit | 3475a46ec23d170d086e98a470f3a3f5492845bd (patch) | |
| tree | c238aaf2ad41a7a96ef3bbf8332f2162773dff33 | |
| parent | df1fbbb4ccecabf4419066453ce4cc56204f367e (diff) | |
| download | bcm5719-llvm-3475a46ec23d170d086e98a470f3a3f5492845bd.tar.gz bcm5719-llvm-3475a46ec23d170d086e98a470f3a3f5492845bd.zip | |
Fix sphinx warning about missing footnote.
llvm-svn: 362077
| -rw-r--r-- | llvm/docs/ORCv2DesignAndImplementation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ORCv2DesignAndImplementation.rst b/llvm/docs/ORCv2DesignAndImplementation.rst index b69cd163bce..a99d2aa48bf 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 |

