diff options
author | Gordon Henriksen <gordonhenriksen@mac.com> | 2007-09-26 20:56:12 +0000 |
---|---|---|
committer | Gordon Henriksen <gordonhenriksen@mac.com> | 2007-09-26 20:56:12 +0000 |
commit | 4780e3f85849e6d5a7683320c3ac5c92f65e2914 (patch) | |
tree | 6bf88bdc8ca68312fb47aed0eded7914b5952c50 /bindings/ocaml/bitwriter | |
parent | 20b7635470aefc0e5d62a1b5d9109c247b664460 (diff) | |
download | external_llvm-4780e3f85849e6d5a7683320c3ac5c92f65e2914.zip external_llvm-4780e3f85849e6d5a7683320c3ac5c92f65e2914.tar.gz external_llvm-4780e3f85849e6d5a7683320c3ac5c92f65e2914.tar.bz2 |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bindings/ocaml/bitwriter/Makefile b/bindings/ocaml/bitwriter/Makefile index aef41f5..953ab4c 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 |