Skip to content

Commit

Permalink
Fix a build error for ocaml bindings that was introduced with the Tar…
Browse files Browse the repository at this point in the history
…getData --> DataLayout changes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166309 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
mvillmow committed Oct 19, 2012
1 parent faf5470 commit 28ce1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/ocaml/executionengine/llvm_executionengine.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 28ce1cc

Please sign in to comment.