forked from OSchip/llvm-project
[docs][JITLink] Reintroduce JITLink design/API doc with fixes and improvements.
This document was originally introduced inab4648504b
, and was reverted in912bc4980e
while I investigated a number of shpinx bot errors. This commit reintroduces the document with fixes for those errors, as well as some improvements to the wording and formatting.
This commit is contained in:
parent
6d31ee1cea
commit
93c8246952
File diff suppressed because it is too large
Load Diff
|
@ -797,10 +797,6 @@ Current Work
|
|||
ExecutionSession and leaving the JITDylib instance in a defunct state until
|
||||
all references to it have been released).
|
||||
|
||||
4. **JITLink improvements**
|
||||
|
||||
TBD. We really need a separate JITLink design document.
|
||||
|
||||
Near Future Work
|
||||
----------------
|
||||
|
||||
|
|
|
@ -43,6 +43,7 @@ intermediate LLVM representation.
|
|||
MergeFunctions
|
||||
MCJITDesignAndImplementation
|
||||
ORCv2
|
||||
JITLink
|
||||
NVPTXUsage
|
||||
Phabricator
|
||||
Passes
|
||||
|
@ -176,6 +177,10 @@ JIT
|
|||
Describes the design and implementation of the ORC APIs, including some
|
||||
usage examples, and a guide for users transitioning from ORCv1 to ORCv2.
|
||||
|
||||
:doc:`JITLink`
|
||||
Describes the design and APIs for the JITLink library, ORC's new JIT
|
||||
linker.
|
||||
|
||||
:doc:`DebuggingJITedCode`
|
||||
How to debug JITed code with GDB.
|
||||
|
||||
|
|
Loading…
Reference in New Issue