module Llvm_executionengine:JIT Interpreter.sig..end
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 -> boolinitialize_native_target () initializes the native target corresponding
to the host. Returns true if initialization is not done.