Expose the RTDyldMemoryManager through the C API. This allows clients of
authorFilip Pizlo <fpizlo@apple.com>
Wed, 22 May 2013 02:46:43 +0000 (02:46 +0000)
committerFilip Pizlo <fpizlo@apple.com>
Wed, 22 May 2013 02:46:43 +0000 (02:46 +0000)
commit6cfed36338d7728076ddbc1331908b887a4302d3
tree124241eb543667637621e183c67d3741ec948f11
parent67295357ccab93cb4f4490cc96ab177c0906181f
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@182448 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