Adding bindings for memory buffers and module providers. Switching
authorGordon Henriksen <gordonhenriksen@mac.com>
Wed, 19 Dec 2007 22:30:40 +0000 (22:30 +0000)
committerGordon Henriksen <gordonhenriksen@mac.com>
Wed, 19 Dec 2007 22:30:40 +0000 (22:30 +0000)
commitda1435f86ebc9886dd7704294e01d192d79e069c
tree6bfc10578fca9bc86214295b290bec5b0821be8f
parent696f768daf61044abff279b20326cf0138d02e1a
Adding bindings for memory buffers and module providers. Switching
to exceptions rather than variants for error handling in Ocaml.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45226 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
Xcode/LLVM.xcodeproj/project.pbxproj
bindings/ocaml/analysis/analysis_ocaml.c
bindings/ocaml/bitreader/bitreader_ocaml.c
bindings/ocaml/bitreader/llvm_bitreader.ml
bindings/ocaml/bitreader/llvm_bitreader.mli
bindings/ocaml/llvm/llvm.ml
bindings/ocaml/llvm/llvm.mli
bindings/ocaml/llvm/llvm_ocaml.c
include/llvm-c/Analysis.h
include/llvm-c/BitReader.h
include/llvm-c/Core.h
lib/Analysis/Analysis.cpp
lib/Bitcode/Reader/BitReader.cpp
lib/VMCore/Core.cpp
test/Bindings/Ocaml/bitreader.ml
test/Bindings/Ocaml/vmcore.ml