Skip to content
Commit 8296c4c3 authored by Chris Lattner's avatar Chris Lattner
Browse files

Initial implementation of the JIT interfaces. Relocation is done and stubs

for external functions work.  CompilationCallback has not been written, and
stubs for internal functions are not generated yet.  This means you can call
printf and exit, and use global variables, but cannot call functions local to
a module yet.

llvm-svn: 18145
parent 743a4342
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment