1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/unittests/ExecutionEngine
Andrew Kaylor ca8d63b46f 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.

llvm-svn: 168721
2012-11-27 19:42:02 +00:00
..
JIT 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 Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it. 2012-11-27 19:42:02 +00:00
CMakeLists.txt Adding MCJIT and MemoryBuffer unit tests 2012-10-04 20:29:44 +00:00
ExecutionEngineTest.cpp unittests: add ErrorStr to ExecutionEngine test 2011-12-02 20:53:53 +00:00
Makefile Adding MCJIT and MemoryBuffer unit tests 2012-10-04 20:29:44 +00:00