Expose the RTDyldMemoryManager through the C API. This allows clients of
authorFilip Pizlo <fpizlo@apple.com>
Tue, 21 May 2013 20:00:56 +0000 (20:00 +0000)
committerFilip Pizlo <fpizlo@apple.com>
Tue, 21 May 2013 20:00:56 +0000 (20:00 +0000)
commit52755c472a738e48a9687240368e4c1f78c45711
treea46afa0466ad3fcd997652f29d16f069170ac0c2
parent3bcc3e6f6316f82adff52a04b0c320c2ce3a3d86
Expose the RTDyldMemoryManager through the C API. This allows clients of
the C API to provide their own way of allocating JIT memory (both code
and data) and finalizing memory permissions (page protections, cache
flush).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182408 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm-c/Core.h
include/llvm-c/ExecutionEngine.h
include/llvm/ExecutionEngine/RTDyldMemoryManager.h
lib/ExecutionEngine/ExecutionEngineBindings.cpp
lib/IR/Core.cpp
unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp