This is an archive of the discontinued LLVM Phabricator instance.

[OCaml] Add OCaml API for LLVMIsCleanup
ClosedPublic

Authored by jberdine on Sep 17 2018, 6:22 PM.

Details

Summary

Expose test for whether or not a landingpad is a cleanup.

Diff Detail

Repository
rL LLVM

Event Timeline

jberdine created this revision.Sep 17 2018, 6:22 PM
whitequark added inline comments.Sep 17 2018, 6:34 PM
bindings/ocaml/llvm/llvm.mli
2092 ↗(On Diff #165863)

Tiny nit: using [true] here would be more idiomatic.

jberdine updated this revision to Diff 165876.Sep 17 2018, 6:40 PM

suggested changes

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