[all-commits] [llvm/llvm-project] 506df1: [OCaml] DebugInfo support for OCaml bindings
Vaivaswatha N via All-commits
all-commits at lists.llvm.org
Tue Mar 16 21:46:54 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 506df1bbfd16233134a6ddea96ed2d49077840fd
https://github.com/llvm/llvm-project/commit/506df1bbfd16233134a6ddea96ed2d49077840fd
Author: Vaivaswatha Nagaraj <vaivaswatha at zilliqa.com>
Date: 2021-03-17 (Wed, 17 Mar 2021)
Changed paths:
A llvm/bindings/ocaml/.ocamlformat
M llvm/bindings/ocaml/CMakeLists.txt
M llvm/bindings/ocaml/README.txt
A llvm/bindings/ocaml/debuginfo/CMakeLists.txt
A llvm/bindings/ocaml/debuginfo/debuginfo_ocaml.c
A llvm/bindings/ocaml/debuginfo/llvm_debuginfo.ml
A llvm/bindings/ocaml/debuginfo/llvm_debuginfo.mli
M llvm/bindings/ocaml/llvm/CMakeLists.txt
M llvm/bindings/ocaml/llvm/META.llvm.in
M llvm/bindings/ocaml/llvm/llvm.ml
M llvm/bindings/ocaml/llvm/llvm.mli
M llvm/bindings/ocaml/llvm/llvm_ocaml.c
A llvm/bindings/ocaml/llvm/llvm_ocaml.h
Log Message:
-----------
[OCaml] DebugInfo support for OCaml bindings
Many (but not all) DebugInfo functions are now added to the
OCaml bindings, and rest can be safely added incrementally.
Differential Revision: https://reviews.llvm.org/D90831
More information about the All-commits
mailing list