llvm-6502/unittests/ExecutionEngine/JIT
Jeffrey Yasskin 92fdf4537b Fix a crash in JIT::recompileAndRelinkFunction(). It doesn't pass the MCI
argument to runJITOnFunction(), which caused a null pointer dereference at
every call.

Patch by Gianluca Guida!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91939 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-22 23:18:18 +00:00
..
JITEventListenerTest.cpp Automatically do the equivalent of freeMachineCodeForFunction(F) when F is 2009-10-27 00:03:05 +00:00
JITMemoryManagerTest.cpp Type.h doesn't need to #include LLVMContext.h 2009-10-27 17:08:31 +00:00
JITTest.cpp Fix a crash in JIT::recompileAndRelinkFunction(). It doesn't pass the MCI 2009-12-22 23:18:18 +00:00
Makefile Reinstate r91208 to fix available_externally linkage for globals, with 2009-12-13 20:30:32 +00:00