Exposing MCJIT through C API
authorAndrew Kaylor <andrew.kaylor@intel.com>
Wed, 24 Apr 2013 23:33:53 +0000 (23:33 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Wed, 24 Apr 2013 23:33:53 +0000 (23:33 +0000)
commit8c31b298149ca3c3f2bbd9e8aa9a01c4d91f3d74
treea2a273367163dad8675fbdced3dd8579c4b07533
parenta264a20277a4699cdc44092767228b76234016d9
Exposing MCJIT through C API

Patch by Filip Pizlo

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180229 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm-c/ExecutionEngine.h
lib/ExecutionEngine/ExecutionEngineBindings.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