[all-commits] [llvm/llvm-project] f86018: [OCaml] Add (get/set)_module_identifer functions

Vaivaswatha N via All-commits all-commits at lists.llvm.org
Sat Mar 20 08:37:45 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f860187ea6e9b30e1ecf74784f0af0e0c9ecc01c
      https://github.com/llvm/llvm-project/commit/f860187ea6e9b30e1ecf74784f0af0e0c9ecc01c
  Author: Vaivaswatha Nagaraj <vaivaswatha at zilliqa.com>
  Date:   2021-03-20 (Sat, 20 Mar 2021)

  Changed paths:
    M llvm/bindings/ocaml/llvm/llvm.ml
    M llvm/bindings/ocaml/llvm/llvm.mli
    M llvm/bindings/ocaml/llvm/llvm_ocaml.c
    M llvm/bindings/ocaml/llvm/llvm_ocaml.h
    M llvm/test/Bindings/OCaml/core.ml

  Log Message:
  -----------
  [OCaml] Add (get/set)_module_identifer functions

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.

Differential Revision: https://reviews.llvm.org/D98851




More information about the All-commits mailing list