From 28ce1cc183582e4061f1e5ba4fb443d99a4915ae Mon Sep 17 00:00:00 2001 From: Micah Villmow Date: Fri, 19 Oct 2012 20:36:22 +0000 Subject: [PATCH] Fix a build error for ocaml bindings that was introduced with the TargetData --> DataLayout changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166309 91177308-0d34-0410-b5e6-96231b3b80d8 --- bindings/ocaml/executionengine/llvm_executionengine.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/ocaml/executionengine/llvm_executionengine.ml b/bindings/ocaml/executionengine/llvm_executionengine.ml index b6178dc055e..ddb53bbb5af 100644 --- a/bindings/ocaml/executionengine/llvm_executionengine.ml +++ b/bindings/ocaml/executionengine/llvm_executionengine.ml @@ -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. -- 2.34.1