This patch adds OCaml APIs for LLVMGetNormalDest and LLVMGetUnwindDest
on InvokeInsts, as well as LLVMGetNumArgOperands on CallInsts and
InvokeInsts.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D52204
[OCaml] Add OCaml APIs for Invoke arguments and destinations ClosedPublic Authored by jberdine on Sep 17 2018, 6:22 PM.
Details Summary This patch adds OCaml APIs for LLVMGetNormalDest and LLVMGetUnwindDest
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 17 2018, 6:31 PM Closed by commit rL342433: [OCaml] Add OCaml APIs for Invoke arguments and destinations (authored by whitequark). · Explain WhySep 17 2018, 6:51 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 165880 llvm/trunk/bindings/ocaml/llvm/llvm.ml
llvm/trunk/bindings/ocaml/llvm/llvm.mli
llvm/trunk/bindings/ocaml/llvm/llvm_ocaml.c
|