Fix the EE bindings to use the proper EE interfaces for creating a JIT.
authorChris Lattner <sabre@nondot.org>
Tue, 16 Jun 2009 22:26:13 +0000 (22:26 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 16 Jun 2009 22:26:13 +0000 (22:26 +0000)
commit86ecd50143fd9ee301d2157534dc65185723341c
treeaeec09bb7b41298cd6a752c020cb00a9cc804996
parent5dd4272c4780ce82641583a966168cade0c0f045
Fix the EE bindings to use the proper EE interfaces for creating a JIT.
Calling into createJIT directly creates a circular dependency between libjit and lib ee.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73567 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/ExecutionEngineBindings.cpp