[llvm-ocaml] Add LLVMBuildCall2 binding
authorNikita Popov <npopov@redhat.com>
Thu, 2 Jun 2022 08:22:59 +0000 (10:22 +0200)
committerNikita Popov <npopov@redhat.com>
Thu, 2 Jun 2022 08:36:00 +0000 (10:36 +0200)
commit3ed6fc9a697e59efbb2ed7bb3f029ca0c312924a
tree6c738af5d5d8a1505e5c8376015ee76ff401cdce
parent4b13b061ae53e84fcfb1dd7d2d5e87ca80c4ca6f
[llvm-ocaml] Add LLVMBuildCall2 binding

Add binding for the opaque pointer compatible LLVMBuildCall2
API and use it in tests.
llvm/bindings/ocaml/llvm/llvm.ml
llvm/bindings/ocaml/llvm/llvm.mli
llvm/bindings/ocaml/llvm/llvm_ocaml.c
llvm/test/Bindings/OCaml/core.ml
llvm/test/Bindings/OCaml/debuginfo.ml
llvm/test/Bindings/OCaml/executionengine.ml
llvm/test/Bindings/OCaml/ipo.ml