This is an archive of the discontinued LLVM Phabricator instance.

[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
StructType::isLiteral. This is then used to implement the analogous
addition to the OCaml API.

Diff Detail

Repository
rL LLVM

Event Timeline

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