[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)
commit7bfc61dfe3ade3762dd0cbc9dc1879c0eb9abec2
tree990bea6b4fd8e067d233ee53700e2f66f546894d
parent7b885653345311402354b3e9e948d5ad0badb962
[C API] Expose LLVMGetGlobalValueAddress and LLVMGetFunctionAddress.

Patch by Ramkumar Ramachandra <artagnon@gmail.com>

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