Module Llvm_executionengine


module Llvm_executionengine: sig .. end
JIT Interpreter.

This interface provides an OCaml API for LLVM execution engine (JIT/ interpreter), the classes in the ExecutionEngine library.


exception Error of string
module GenericValue: sig .. end
module ExecutionEngine: sig .. end
val initialize_native_target : unit -> bool
initialize_native_target () initializes the native target corresponding to the host. Returns true if initialization is not done.