Fix a build error for ocaml bindings that was introduced with the TargetData -->...
authorMicah Villmow <villmow@gmail.com>
Fri, 19 Oct 2012 20:36:22 +0000 (20:36 +0000)
committerMicah Villmow <villmow@gmail.com>
Fri, 19 Oct 2012 20:36:22 +0000 (20:36 +0000)
llvm-svn: 166309

llvm/bindings/ocaml/executionengine/llvm_executionengine.ml

index b6178dc..ddb53bb 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.