llvm-hs-4.0.0.0: src/LLVM/OrcJIT/IRCompileLayer.hs
module LLVM.OrcJIT.IRCompileLayer (
IRCompileLayer,
ModuleSet,
findSymbol,
mangleSymbol,
withIRCompileLayer,
withModuleSet
) where
import LLVM.Internal.OrcJIT.IRCompileLayer