[C API] Expose LLVMGetGlobalValueAddress and LLVMGetFunctionAddress.
authorPeter Zotov <whitequark@whitequark.org>
Mon, 22 Dec 2014 18:53:11 +0000 (18:53 +0000)
committerPeter Zotov <whitequark@whitequark.org>
Mon, 22 Dec 2014 18:53:11 +0000 (18:53 +0000)
commitc433cd7bfa4e4ae575a791722b6533f4406c687e
tree5bdd4c2d351a416a6b6387c728b02e8d80a69402
parentb62ba516e7464a1b5af83cf63256ac5ea7df6481
[C API] Expose LLVMGetGlobalValueAddress and LLVMGetFunctionAddress.

Patch by Ramkumar Ramachandra <artagnon@gmail.com>

llvm-svn: 224720
llvm/include/llvm-c/ExecutionEngine.h
llvm/lib/ExecutionEngine/ExecutionEngineBindings.cpp
llvm/unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp