Fix the Ocaml bindings for the ExecutionEngine: with the change to build
authorBob Wilson <bob.wilson@apple.com>
Wed, 24 Jun 2009 21:09:18 +0000 (21:09 +0000)
committerBob Wilson <bob.wilson@apple.com>
Wed, 24 Jun 2009 21:09:18 +0000 (21:09 +0000)
commite46161f10c3e0c640b22e446b873df8b01413f52
treeeb4fdad4778b8f5a3e9948d70627239e00202fc7
parentba2aa7859e7ae3b5276d902ed0edddbc5ec7355d
Fix the Ocaml bindings for the ExecutionEngine: with the change to build
libraries instead of relinked objects, the interpreter, JIT, and native
target libraries were not being linked in to an ocaml program using the
ExecutionEngine.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74117 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/ocaml/executionengine/executionengine_ocaml.c
include/llvm-c/ExecutionEngine.h
include/llvm/ExecutionEngine/Interpreter.h
include/llvm/ExecutionEngine/JIT.h
lib/ExecutionEngine/Interpreter/Interpreter.cpp
lib/ExecutionEngine/JIT/JIT.cpp