mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-01 15:19:05 +00:00
[BuildingAJIT] Fix a function signature in the documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@344705 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
97b215a773
commit
8728549da3
@ -65,8 +65,8 @@ rather than compiling whole programs to disk ahead of time as a traditional
|
||||
compiler does. To support that aim our initial, bare-bones JIT API will have
|
||||
just two functions:
|
||||
|
||||
1. Handle addModule(Module &M) -- Make the given IR module available for
|
||||
execution.
|
||||
1. void addModule(std::unique_ptr<Module> M) -- Make the given IR module
|
||||
available for execution.
|
||||
2. Expected<JITSymbol> lookup() -- Search for pointers to
|
||||
symbols (functions or variables) that have been added to the JIT.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user