[PATCH] D52210: [LLVM-C][OCaml] Add C and OCaml APIs to access DebugLoc info

Josh Berdine via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 17 18:26:08 PDT 2018


jberdine created this revision.
jberdine added a reviewer: whitequark.
Herald added a reviewer: deadalnix.
Herald added a subscriber: llvm-commits.

Add thin shims to C and OCaml interfaces to provide access to DebugLoc
info for Instructions, GlobalVariables and Functions.


Repository:
  rL LLVM

https://reviews.llvm.org/D52210

Files:
  bindings/ocaml/llvm/llvm.ml
  bindings/ocaml/llvm/llvm.mli
  bindings/ocaml/llvm/llvm_ocaml.c
  include/llvm-c/Core.h
  lib/IR/Core.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52210.165868.patch
Type: text/x-patch
Size: 12188 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180918/1d5bd4b6/attachment.bin>


More information about the llvm-commits mailing list