Fixing OCAML bindings for MCJIT
authorAndrew Kaylor <andrew.kaylor@intel.com>
Thu, 25 Apr 2013 00:03:58 +0000 (00:03 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Thu, 25 Apr 2013 00:03:58 +0000 (00:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180232 91177308-0d34-0410-b5e6-96231b3b80d8

bindings/ocaml/executionengine/Makefile

index 5fa3f22048f490da429f7648dff24fc5abec07d5..45b5049914be24c4e8a67fc9849bf194db4bf665 100644 (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