[llvm-commits] [PATCH] Expose Function::viewCFG and Function::viewCFGOnly to bindings.
Erick Tryzelaar
idadesub at users.sourceforge.net
Sun Mar 30 15:33:09 PDT 2008
These are some other functions referenced in the tutorial, so we should
expose them in ocaml. I put them in analysis because having them in
VMCore created a dependency cycle.
-e
---
bindings/ocaml/analysis/analysis_ocaml.c | 12 ++++++++++++
bindings/ocaml/analysis/llvm_analysis.ml | 3 +++
bindings/ocaml/analysis/llvm_analysis.mli | 11 +++++++++++
include/llvm-c/Analysis.h | 4 ++++
lib/Analysis/Analysis.cpp | 9 +++++++++
5 files changed, 39 insertions(+), 0 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fcd0f38bf3e3b7188ab096598c33e2fe300092fa.diff
Type: text/x-patch
Size: 3378 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20080330/e879bce5/attachment.bin>
More information about the llvm-commits
mailing list