1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00
llvm-mirror/lib/ExecutionEngine/JIT
Chris Lattner 46f2fc75da Make sure that globals are emitted AFTER the passmanager is set up for the JIT,
because the globals may refer to functions that need to be compiled!

llvm-svn: 6105
2003-05-12 02:14:34 +00:00
..
Callback.cpp Add support for function stubs, which allow calling functions which need to 2003-05-09 03:30:07 +00:00
Emitter.cpp Add support for function stubs, which allow calling functions which need to 2003-05-09 03:30:07 +00:00
JIT.cpp Make sure that globals are emitted AFTER the passmanager is set up for the JIT, 2003-05-12 02:14:34 +00:00
Makefile Initial checkin of new LLI with JIT compiler 2002-12-24 00:01:05 +00:00
VM.cpp Add support for function stubs, which allow calling functions which need to 2003-05-09 03:30:07 +00:00
VM.h Add support for function stubs, which allow calling functions which need to 2003-05-09 03:30:07 +00:00