llvm-hs-6.2.0: General purpose LLVM bindings

Safe HaskellNone
LanguageHaskell2010

LLVM.Internal.ObjectFile

Synopsis

Documentation

newtype ObjectFile Source #

Constructors

ObjectFile (Ptr ObjectFile) 

createObjectFile :: FilePath -> IO ObjectFile Source #

Create a object file which can later be linked with the LinkingLayer.

Note that the file at path should already be a compiled object file i.e a `.o` file. This does *not* compile source files.