ghc-lib-8.8.1.20191204: The GHC API, decoupled from GHC versions

Safe HaskellNone
LanguageHaskell2010

CodeOutput

Documentation

codeOutput Source #

Arguments

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

additional files to be compiled with with the C compiler

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