[llvm] r180232 - Fixing OCAML bindings for MCJIT
Andrew Kaylor
andrew.kaylor at intel.com
Wed Apr 24 17:03:59 PDT 2013
Author: akaylor
Date: Wed Apr 24 19:03:58 2013
New Revision: 180232
URL: http://llvm.org/viewvc/llvm-project?rev=180232&view=rev
Log:
Fixing OCAML bindings for MCJIT
Modified:
llvm/trunk/bindings/ocaml/executionengine/Makefile
Modified: llvm/trunk/bindings/ocaml/executionengine/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/bindings/ocaml/executionengine/Makefile?rev=180232&r1=180231&r2=180232&view=diff
==============================================================================
--- llvm/trunk/bindings/ocaml/executionengine/Makefile (original)
+++ llvm/trunk/bindings/ocaml/executionengine/Makefile Wed Apr 24 19:03:58 2013
@@ -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
More information about the llvm-commits
mailing list