OSDN Git Service

Update LLVM for rebase to r212749.
[android-x86/external-llvm.git] / bindings / ocaml / executionengine / llvm_executionengine.mli
index 16f0893..74a6062 100644 (file)
@@ -151,4 +151,6 @@ module ExecutionEngine: sig
   val data_layout : t -> Llvm_target.DataLayout.t
 end
 
+(** [initialize_native_target ()] initializes the native target corresponding
+    to the host. Returns [true] if initialization is {b not} done. *)
 val initialize_native_target : unit -> bool