OSDN Git Service

[OCaml] Expose Llvm_executionengine.get_{global_value,function}_address.
authorPeter Zotov <whitequark@whitequark.org>
Wed, 24 Dec 2014 01:52:51 +0000 (01:52 +0000)
committerPeter Zotov <whitequark@whitequark.org>
Wed, 24 Dec 2014 01:52:51 +0000 (01:52 +0000)
commit0357f8735ed3f102248961dbc5fa48f2f21e395e
tree2e0f7fcc9f80fc41e449b70796e2a8a0cc3255b8
parent43e17cfe852f8f56175314ace78354221ab1a247
[OCaml] Expose Llvm_executionengine.get_{global_value,function}_address.

Patch by Ramkumar Ramachandra <artagnon@gmail.com>.

Also remove Llvm_executionengine.get_pointer_to_global, as it
is actually deprecated and didn't appear in a stable release.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224801 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/ocaml/executionengine/executionengine_ocaml.c
bindings/ocaml/executionengine/llvm_executionengine.ml
bindings/ocaml/executionengine/llvm_executionengine.mli
test/Bindings/OCaml/executionengine.ml