package llvmgraph

  1. Overview
  2. Docs
Ocamlgraph overlay for llvm

Install

Dune Dependency

Authors

Maintainers

Sources

0.2.tar.gz
md5=3427e4d33667338b11d995afcdc7bff0

Description

This overlay allows you to read and walk (but not write) the control flow graph of an llvm function using the same interface as an ocamlgraph. In particular, read-only ocamlgraph's algorithm can be applied.

Tags

llvm ocamlgraph

Published: 21 Apr 2015

Dependencies (5)

  1. ocamlbuild build
  2. ocamlgraph >= "1.8.5" & < "2.0.0"
  3. llvm >= "3.6" & < "15"
  4. ocamlfind build
  5. ocaml >= "4.01.0"

Dev Dependencies (1)

  1. conf-clang with-test

Used by

None

Conflicts

None