X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=bindings%2Focaml%2Fexecutionengine%2Fllvm_executionengine.mli;h=74a606287f427ea34946e93619aa2596751e7674;hb=cd81d94322a39503e4a3e87b6ee03d4fcb3465fb;hp=16f08930a75b905983d97765ead59818aa90227c;hpb=0c5f13c0c4499eaf42ab5e9e2ceabd4e20e36861;p=android-x86%2Fexternal-llvm.git diff --git a/bindings/ocaml/executionengine/llvm_executionengine.mli b/bindings/ocaml/executionengine/llvm_executionengine.mli index 16f08930a75..74a606287f4 100644 --- a/bindings/ocaml/executionengine/llvm_executionengine.mli +++ b/bindings/ocaml/executionengine/llvm_executionengine.mli @@ -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