Expose test for whether or not a landingpad is a cleanup.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
bindings/ocaml/llvm/llvm.mli | ||
---|---|---|
2092 ↗ | (On Diff #165863) | Tiny nit: using [true] here would be more idiomatic. |
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 165885 llvm/trunk/bindings/ocaml/llvm/llvm.ml
llvm/trunk/bindings/ocaml/llvm/llvm.mli
llvm/trunk/bindings/ocaml/llvm/llvm_ocaml.c
|