ghc-8.4.4: The GHC API

Safe HaskellNone
LanguageHaskell2010

CodeOutput

Documentation

codeOutput Source #

Arguments

:: DynFlags 
-> Module 
-> FilePath 
-> ModLocation 
-> ForeignStubs 
-> [(ForeignSrcLang, String)]

additional files to be compiled with with the C compiler

-> [InstalledUnitId] 
-> Stream IO RawCmmGroup () 
-> IO (FilePath, (Bool, Maybe FilePath), [(ForeignSrcLang, FilePath)])