This is an archive of the discontinued LLVM Phabricator instance.

[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
on InvokeInsts, as well as LLVMGetNumArgOperands on CallInsts and
InvokeInsts.

Diff Detail

Event Timeline

jberdine created this revision.Sep 17 2018, 6:22 PM
whitequark accepted this revision.Sep 17 2018, 6:31 PM
This revision is now accepted and ready to land.Sep 17 2018, 6:31 PM
This revision was automatically updated to reflect the committed changes.