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

Josh Berdine via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 23 14:07:17 PDT 2019


jberdine added a comment.

To test this I have an OCaml client (a slightly modified version of https://github.com/facebook/infer/blob/master/sledge/src/llair/frontend.ml) that reads and prints the debug info using the functions in llvm_debuginfo.mli for all of the .bc and .ll files under the `test` directory, as well as a number of larger internal compilation units.


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