[OCaml] Make Llvm_target.DataLayout.t automatically managed
[oota-llvm.git] / bindings / ocaml / executionengine / llvm_executionengine.ml
index b083b7d14e932f90ce5eac867250b3c6e111c307..01991540c0b55d5c6c1ba3d096ee6f7e5086e659 100644 (file)
@@ -84,11 +84,10 @@ module ExecutionEngine = struct
     = "llvm_ee_free_machine_code"
 
   external target_data: t -> Llvm_target.DataLayout.t
-    = "LLVMGetExecutionEngineTargetData"
+    = "llvm_ee_get_target_data"
   
   (* The following are not bound. Patches are welcome.
   
-  get_target_data: t -> lltargetdata
   add_global_mapping: llvalue -> llgenericvalue -> t -> unit
   clear_all_global_mappings: t -> unit
   update_global_mapping: llvalue -> llgenericvalue -> t -> unit