Exposing MCJIT through C API
authorAndrew Kaylor <andrew.kaylor@intel.com>
Mon, 29 Apr 2013 17:49:40 +0000 (17:49 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Mon, 29 Apr 2013 17:49:40 +0000 (17:49 +0000)
commitd2755af8bda2e0fd80efb46556485c4cdbe8704a
tree2bf7b4c7494a8692b0a982b9b7c774a196cb100e
parent87b5017139e9d8ac9b046b3284a9cc68c76185d6
Exposing MCJIT through C API

Re-submitting with fix for OCaml dependency problems (removing dependency on SectionMemoryManager when it isn't used).

Patch by Fili Pizlo

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180720 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/ocaml/executionengine/Makefile
include/llvm-c/ExecutionEngine.h
lib/ExecutionEngine/ExecutionEngineBindings.cpp
lib/ExecutionEngine/MCJIT/MCJIT.cpp
unittests/ExecutionEngine/MCJIT/CMakeLists.txt
unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp [new file with mode: 0644]
unittests/ExecutionEngine/MCJIT/MCJITTestAPICommon.h [new file with mode: 0644]
unittests/ExecutionEngine/MCJIT/MCJITTestBase.h