llvm-mirror/unittests
Jeffrey Yasskin 8a1ee8f852 Make it possible to create multiple JIT instances at the same time, by removing
the global TheJIT and TheJITResolver variables.  Lazy compilation is supported
by a global map from a stub address to the JITResolver that knows how to
compile it.

Patch by Olivier Meurant!

llvm-svn: 95837
2010-02-11 01:07:39 +00:00
..
ADT Silence GCC warnings. 2010-02-10 13:34:02 +00:00
ExecutionEngine Make it possible to create multiple JIT instances at the same time, by removing 2010-02-11 01:07:39 +00:00
Support
Transforms
VMCore
Makefile
Makefile.unittest