llvm-6502/unittests/ExecutionEngine/MCJIT
Andrew Kaylor 927ba6a0b3 Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.
The SectionMemoryManager now supports (and requires) applying section-specific page permissions.  Clients using this memory manager must call either MCJIT::finalizeObject() or SectionMemoryManager::applyPermissions() before executing JITed code.

See r168718 for changes from the previous implementation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168721 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-27 19:42:02 +00:00
..
CMakeLists.txt Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it. 2012-11-27 19:42:02 +00:00
Makefile
MCJITMemoryManagerTest.cpp Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it. 2012-11-27 19:42:02 +00:00
MCJITTest.cpp Implementing page permission setting in MCJIT unit test SectionMemoryManager.cpp 2012-11-27 19:00:17 +00:00
MCJITTestBase.h Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it. 2012-11-27 19:42:02 +00:00
MCJITTests.def