[PATCH] D60902: [OCaml] Add OCaml APIs to access DebugInfo

Josh Berdine via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 19 08:10:43 PDT 2019


jberdine added a comment.

This is an alternative to D52239 <https://reviews.llvm.org/D52239> which adds OCaml wrappers of the C API that are as thin as I see how to make them. I added a new sublibrary since the exposed functions come from DebugInfo.h instead of Core.h, and that seemed to be the pattern for the other sublibraries. Does this seem like the right approach?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60902/new/

https://reviews.llvm.org/D60902





More information about the llvm-commits mailing list