llvm-6502/lib/ExecutionEngine/MCJIT
Benjamin Kramer bacc82548a MCJIT depends on JIT.
Unbreaks the CMake shared library build. This is nasty and should be fixed
eventually.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168800 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-28 18:35:35 +00:00
..
CMakeLists.txt Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT and RuntimeDyld 2012-11-28 01:02:06 +00:00
LLVMBuild.txt MCJIT depends on JIT. 2012-11-28 18:35:35 +00:00
Makefile
MCJIT.cpp Interface changes to allow RuntimeDyld memory managers to set memory permissions after an object has been loaded. 2012-11-15 23:50:01 +00:00
MCJIT.h Add interface for object-based JIT events. 2012-11-06 18:51:59 +00:00
SectionMemoryManager.cpp Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT and RuntimeDyld 2012-11-28 01:02:06 +00:00