This patch adds LLVMIsLiteralStruct to the C API to expose
StructType::isLiteral. This is then used to implement the analogous
addition to the OCaml API.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D52209
[LLVM-C][OCaml] Add C and OCaml APIs for llvm::StructType::isLiteral ClosedPublic Authored by jberdine on Sep 17 2018, 6:24 PM.
Details Summary This patch adds LLVMIsLiteralStruct to the C API to expose
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 17 2018, 6:39 PM Closed by commit rL342435: [LLVM-C][OCaml] Add C and OCaml APIs for llvm::StructType::isLiteral (authored by whitequark). · Explain WhySep 17 2018, 6:51 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 165882 llvm/trunk/bindings/ocaml/llvm/llvm.ml
llvm/trunk/bindings/ocaml/llvm/llvm.mli
llvm/trunk/bindings/ocaml/llvm/llvm_ocaml.c
llvm/trunk/include/llvm-c/Core.h
llvm/trunk/lib/IR/Core.cpp
|