packages feed

llvm-party-12.1.0: src/LLVM/ExecutionEngine.hs

-- | Tools for JIT execution
module LLVM.ExecutionEngine (
  ExecutionEngine(..),
  ExecutableModule,
  MCJIT, withMCJIT
  ) where

import LLVM.Internal.ExecutionEngine