summaryrefslogtreecommitdiff
path: root/bindings/ocaml/bitwriter
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2007-09-26 20:56:12 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2007-09-26 20:56:12 +0000
commit46abf91f7378fb7bb118d66fe6d69b5d3af1e9d5 (patch)
tree6bf88bdc8ca68312fb47aed0eded7914b5952c50 /bindings/ocaml/bitwriter
parentf41db2136fe50e1a92aabfcb3ba1ec1f70f5f0d5 (diff)
downloadllvm-46abf91f7378fb7bb118d66fe6d69b5d3af1e9d5.tar.gz
llvm-46abf91f7378fb7bb118d66fe6d69b5d3af1e9d5.tar.bz2
llvm-46abf91f7378fb7bb118d66fe6d69b5d3af1e9d5.tar.xz
Added C and Ocaml bindings for functions, basic blocks, and
instruction creation. No support yet for instruction introspection. Also eliminated allocas from the Ocaml bindings for portability, and avoided unnecessary casts. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42367 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings/ocaml/bitwriter')
-rw-r--r--bindings/ocaml/bitwriter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bindings/ocaml/bitwriter/Makefile b/bindings/ocaml/bitwriter/Makefile
index aef41f5009..953ab4c082 100644
--- a/bindings/ocaml/bitwriter/Makefile
+++ b/bindings/ocaml/bitwriter/Makefile
@@ -19,5 +19,6 @@ LEVEL := ../../..
LIBRARYNAME := llvm_bitwriter
DONT_BUILD_RELINKED := 1
UsedComponents := bitwriter
+UsedOcamlInterfaces := llvm
include ../Makefile.ocaml