summaryrefslogtreecommitdiff
path: root/bindings/ocaml
diff options
context:
space:
mode:
authorMicah Villmow <villmow@gmail.com>2012-10-19 20:36:22 +0000
committerMicah Villmow <villmow@gmail.com>2012-10-19 20:36:22 +0000
commit28ce1cc183582e4061f1e5ba4fb443d99a4915ae (patch)
tree3ece72a0751e6ade6adaa7fba25f6f02f594b991 /bindings/ocaml
parentfaf547053bc097be0e834efd241ccc023777ff38 (diff)
downloadllvm-28ce1cc183582e4061f1e5ba4fb443d99a4915ae.tar.gz
llvm-28ce1cc183582e4061f1e5ba4fb443d99a4915ae.tar.bz2
llvm-28ce1cc183582e4061f1e5ba4fb443d99a4915ae.tar.xz
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
Diffstat (limited to 'bindings/ocaml')
-rw-r--r--bindings/ocaml/executionengine/llvm_executionengine.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/ocaml/executionengine/llvm_executionengine.ml b/bindings/ocaml/executionengine/llvm_executionengine.ml
index b6178dc055..ddb53bbb5a 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.