C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).
authorGordon Henriksen <gordonhenriksen@mac.com>
Sun, 23 Dec 2007 16:59:28 +0000 (16:59 +0000)
committerGordon Henriksen <gordonhenriksen@mac.com>
Sun, 23 Dec 2007 16:59:28 +0000 (16:59 +0000)
commit2e855e68d861224c9b61e2bc9cecad1536b1534b
tree8e4854d47b8c08d95662a6cc9b1a4c7b03f6a8f1
parentefbcebc95dc8a7936dda8ec5733b6f6d4bd62343
C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45335 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
Xcode/LLVM.xcodeproj/project.pbxproj
bindings/ocaml/Makefile
bindings/ocaml/Makefile.ocaml
bindings/ocaml/bitreader/bitreader_ocaml.c
bindings/ocaml/executionengine/Makefile [new file with mode: 0644]
bindings/ocaml/executionengine/executionengine_ocaml.c [new file with mode: 0644]
bindings/ocaml/executionengine/llvm_executionengine.ml [new file with mode: 0644]
bindings/ocaml/executionengine/llvm_executionengine.mli [new file with mode: 0644]
bindings/ocaml/llvm/llvm_ocaml.c
include/llvm-c/ExecutionEngine.h [new file with mode: 0644]
lib/ExecutionEngine/ExecutionEngineBindings.cpp [new file with mode: 0644]
test/Bindings/Ocaml/executionengine.ml [new file with mode: 0644]