Fixing OCAML bindings for MCJIT

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180232 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew Kaylor 2013-04-25 00:03:58 +00:00
parent aa6deab608
commit 2f5640d637

View File

@ -13,7 +13,7 @@
LEVEL := ../../..
LIBRARYNAME := llvm_executionengine
UsedComponents := executionengine jit interpreter native
UsedComponents := executionengine jit interpreter mcjit native
UsedOcamlInterfaces := llvm llvm_target
include ../Makefile.ocaml