Expose initializing the native target for the execution engine.
[oota-llvm.git] / bindings / ocaml / executionengine / llvm_executionengine.ml
index cf9acc7cb6b8297b4a0ea32d00f90290ea711337..c9e8f18b2240993059801abe46c171d64c726dc4 100644 (file)
@@ -109,3 +109,6 @@ module ExecutionEngine = struct
   
    *)
 end
+
+external initialize_native_target : unit -> bool
+                                  = "llvm_initialize_native_target"