Also
- Fix a bug that crept in when fixing a buildbot failure in https://github.com/llvm/llvm-project/commit/f7be9db6220cb39f0eaa12d2af3abedf0d86c303
- Use mlsize_t for cstr_to_string as that is what caml_alloc_string specifies.
Paths
| Differential D98851
[OCaml] Add (get/set)_module_identifer functions ClosedPublic Authored by vaivaswatha on Mar 18 2021, 3:52 AM.
Details Summary Also
Diff Detail Event TimelineThis revision is now accepted and ready to land.Mar 18 2021, 6:23 AM
vaivaswatha added inline comments.
This revision was landed with ongoing or failed builds.Mar 20 2021, 8:37 AM Closed by commit rGf860187ea6e9: [OCaml] Add (get/set)_module_identifer functions (authored by vaivaswatha). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 331589 llvm/bindings/ocaml/llvm/llvm.ml
llvm/bindings/ocaml/llvm/llvm.mli
llvm/bindings/ocaml/llvm/llvm_ocaml.h
llvm/bindings/ocaml/llvm/llvm_ocaml.c
llvm/test/Bindings/OCaml/core.ml
|