Bindings for the verifier.
authorGordon Henriksen <gordonhenriksen@mac.com>
Sat, 6 Oct 2007 21:00:36 +0000 (21:00 +0000)
committerGordon Henriksen <gordonhenriksen@mac.com>
Sat, 6 Oct 2007 21:00:36 +0000 (21:00 +0000)
commitc0491ac8b6c24a7d0db8c0a60f76cfb1d66f84ab
tree2335af26193323e95020758c3a2c667bf63d207a
parentd8be2154b38ea623f2320b26c9e1a40be0d0206b
Bindings for the verifier.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42707 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
Xcode/LLVM.xcodeproj/project.pbxproj
bindings/ocaml/Makefile
bindings/ocaml/Makefile.ocaml
bindings/ocaml/analysis/Makefile [new file with mode: 0644]
bindings/ocaml/analysis/analysis_ocaml.c [new file with mode: 0644]
bindings/ocaml/analysis/llvm_analysis.ml [new file with mode: 0644]
bindings/ocaml/analysis/llvm_analysis.mli [new file with mode: 0644]
bindings/ocaml/bitwriter/Makefile
bindings/ocaml/llvm/Makefile
include/llvm-c/Analysis.h [new file with mode: 0644]
lib/Analysis/Analysis.cpp [new file with mode: 0644]
lib/Bitcode/Writer/BitWriter.cpp
test/Bindings/Ocaml/analysis.ml [new file with mode: 0644]