llvm-6502/lib/ExecutionEngine/MCJIT
Jim Grosbach 66978bd81c Fix double-free of Module.
The ExecutionEngine constructor already added the module, so there's no
need to call addModule() directly. Doing so causes a double-free of the
Module at program termination.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128171 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-23 21:35:02 +00:00
..
CMakeLists.txt Add simple arg passing to MC-JIT and support for exit() call. 2011-03-22 18:05:27 +00:00
Intercept.cpp Add missing file from previous commit. 2011-03-22 18:21:14 +00:00
Makefile
MCJIT.cpp Fix double-free of Module. 2011-03-23 21:35:02 +00:00
MCJIT.h Add simple arg passing to MC-JIT and support for exit() call. 2011-03-22 18:05:27 +00:00
TargetSelect.cpp