[all-commits] [llvm/llvm-project] 3ed6fc: [llvm-ocaml] Add LLVMBuildCall2 binding
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Jun 2 01:36:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3ed6fc9a697e59efbb2ed7bb3f029ca0c312924a
https://github.com/llvm/llvm-project/commit/3ed6fc9a697e59efbb2ed7bb3f029ca0c312924a
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-06-02 (Thu, 02 Jun 2022)
Changed paths:
M llvm/bindings/ocaml/llvm/llvm.ml
M llvm/bindings/ocaml/llvm/llvm.mli
M llvm/bindings/ocaml/llvm/llvm_ocaml.c
M llvm/test/Bindings/OCaml/core.ml
M llvm/test/Bindings/OCaml/debuginfo.ml
M llvm/test/Bindings/OCaml/executionengine.ml
M llvm/test/Bindings/OCaml/ipo.ml
Log Message:
-----------
[llvm-ocaml] Add LLVMBuildCall2 binding
Add binding for the opaque pointer compatible LLVMBuildCall2
API and use it in tests.
More information about the All-commits
mailing list