{-# LANGUAGE ForeignFunctionInterface #-} -- | FFI functions for handling the DynamicLibrary class module LLVM.Internal.FFI.DynamicLibrary where import LLVM.Prelude import Foreign.C import LLVM.Internal.FFI.LLVMCTypes -- | foreign import ccall safe "LLVMLoadLibraryPermanently" loadLibraryPermanently :: CString -> IO LLVMBool