Fixing OCAML bindings for MCJIT
[oota-llvm.git] / bindings / ocaml / executionengine / llvm_executionengine.ml
index b6178dc055e1882f9fe2d34fa49d2cebc33f4aa1..ddb53bbb5afd35658bdcb0897ff460e3784ff921 100644 (file)
@@ -84,7 +84,7 @@ module ExecutionEngine = struct
     = "llvm_ee_free_machine_code"
 
   external target_data: t -> Llvm_target.DataLayout.t
-    = "LLVMGetExecutionEngineDataLayout"
+    = "LLVMGetExecutionEngineTargetData"
   
   (* The following are not bound. Patches are welcome.