Expose test for whether or not a landingpad is a cleanup.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 22753 Build 22753: arc lint + arc unit
Paths
| Differential D52205
[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
Event Timeline
This revision is now accepted and ready to land.Sep 17 2018, 6:47 PM Closed by commit rL342438: [OCaml] Add OCaml API for LLVMIsCleanup (authored by whitequark). · Explain WhySep 17 2018, 6:51 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 165863 bindings/ocaml/llvm/llvm.ml
bindings/ocaml/llvm/llvm.mli
bindings/ocaml/llvm/llvm_ocaml.c
|
Tiny nit: using [true] here would be more idiomatic.