diff options
author | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-04-25 00:03:58 +0000 |
---|---|---|
committer | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-04-25 00:03:58 +0000 |
commit | 2f5640d63718bf85d6900e65bd25b5830610ddee (patch) | |
tree | 3f40b1d1d663fff7b1a3bfe216ff7b4730776467 | |
parent | aa6deab60871d251bf121c2b894105e68f349ba5 (diff) |
Fixing OCAML bindings for MCJIT
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180232 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | bindings/ocaml/executionengine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/ocaml/executionengine/Makefile b/bindings/ocaml/executionengine/Makefile index 5fa3f22048..45b5049914 100644 --- a/bindings/ocaml/executionengine/Makefile +++ b/bindings/ocaml/executionengine/Makefile @@ -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 |