This patch adds a shim around LLVMABISizeOfType to the OCaml API. To
make this usable, a shim around LLVMGetModuleDataLayout and a minimal
implementation of the DataLayout type is also added.
Details
Details
- Reviewers
whitequark
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 22756 Build 22756: arc lint + arc unit
Event Timeline
Comment Actions
There is already an Llvm_target.DataLayout.t, we don't need to wrap it the second time.